tamb/substate

Support for Redux methods

Closed this issue · 1 comments

tamb commented

Would be good to add async support through:
dispatch
commit

I can implement those methods to call emit under the hood.

We should implement this without breaking the current API.

__

the reasoning behind this is to support the goal of universal terminology in application state management. Sure it's a more convoluted pub/sub. But it should help teams to get on the same page.

tamb commented

I have thought on this and found it useless