I have a Redux application where there is an action that is been handled by two different reducers.
What is the alternative in Mobx? how can I invoke a single action that will be handled differently in two stores (classes).
Does mobx-state-tree gives a solution to this problem?
Comments
Post a Comment