@dominiksumer@kentcdodds Why are you opting for PNPM instead of NPM? What's your dealbreaker features your missing from the NPM Workspace implementation? Just curious
@housecor Not exactly the same pattern, but we use the hook/context pattern from Chakra (search createContext in their src). The "main" component gets the hook and the creates a context and puts the return from the hook in it. Not for everywhere... just when needed on complex components