Communicating Between Stores in MobX-state-tree with React and TypeScript

added by JavaScript Kicks
12/23/2019 8:24:19 AM

322 Views

When using MobX-state-tree to manage state, you may run into the problem of trying to communicate across stores. It shouldn't be super uncommon to need a computed property from one store and needing to use it in another. That's what today's article will cover.


0 comments