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