My FeedDiscussionsHeadless CMS
New
Sign in
Log inSign up
Learn more about Hashnode Headless CMSHashnode Headless CMS
Collaborate seamlessly with Hashnode Headless CMS for Enterprise.
Upgrade ✨Learn more

What is the right way to use Stores in MobX and Redux?

Ankit Singhaniya's photo
Ankit Singhaniya
·Dec 2, 2016

I am a bit confused about how to import states when using MobX and Redux. Should we import the stores in the main container and pass them as props to the child components? or should I import store in every component and update them accordingly?