Closed couzic closed 6 years ago
I'm very tempted to implement a way to handle actions in local stores. Since the whole point in state focusing and recomposition is to provide a local, simplified version of the root store, it would be annoying for the user to be forced to dispatch and handle actions on the root store if they only update the local state.
Define and implement the API to allow the dispatch and handling of actions on a Store. Open questions: