DEV Community

Discussion on: Using MobX with React Hooks

Collapse
 
jai_type profile image
Jai Sandhu

Nice writeup! If you were creating a RootStore that contained multiple stores, would you create a single context on the RootStore and share across multiple components via properties?