You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Redux has very interest concept. A single state tree makes it easier to debug or introspect an application.
Redux provides undo/redo state easily because the tree managed all state changes.
Before I tried to port Redux features in SwiftFlux.
However, Redux principles are based on single state tree.
Flux dispatches action to multiple stores. Redux does not need Dispatcher. #10
I think that SwiftFlux needs to a single state tree utility for developer who needs constraint.
The text was updated successfully, but these errors were encountered:
yonekawa
changed the title
[Proposal] Add StoreGroup feature for aggregating state flow
[Proposal]Add StoreGroup feature for aggregating state flow
Dec 10, 2015
Redux has very interest concept.
A single state tree makes it easier to debug or introspect an application.
Redux provides undo/redo state easily because the tree managed all state changes.
Before I tried to port Redux features in SwiftFlux.
However, Redux principles are based on single state tree.
Flux dispatches action to multiple stores. Redux does not need Dispatcher.
#10
I think that SwiftFlux needs to a single state tree utility for developer who needs constraint.
The text was updated successfully, but these errors were encountered: