DEV Community

Discussion on: Using MobX with React Hooks

Collapse
 
ryands17 profile image
Ryan Dsouza

Hey Christian!

I'm glad you loved the post!

Yes this the way we use multiple stores at our organization as well, but if you want interoperability among the stores, I would suggest creating a RootStore that holds all of the other stores and you could then call a method of a store from another one. Otherwise, it looks great!

Collapse
 
cbfn profile image
Christian Nascimento

Thanks very much for the reply. I really appreciate it.

Best regards! ;-)