KB / Memory / tech-kumo-rsc-createcontext

createContext breaks RSC importers

Libraries that call createContext at module scope force client boundaries

tech
techwebreact
raw .md

If a UI kit uses createContext at import time, every importer may need "use client" (RSC).

Prefer kits that stay server-safe or isolate client entrypoints. Related: tech-shadcn-base.