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
The central part of any complex application is stateful logic. Application has a state and a logic that uses and modifies the state.
For example, according to Redux architecture the one state, and logic inside sagas, thunks, reducers, or action creators.
Remini proposal (suppose) pattern combined great ideas from Redux, Vue, and Angular. In depends on your internal particularities, you can choose one of the supposed implementations. The first one will be better for Redux-familiar developers.
When the center of our stateful logic is the Store.
The central part of any complex application is stateful logic. Application has a state and a logic that uses and modifies the state.
For example, according to Redux architecture the one state, and logic inside sagas, thunks, reducers, or action creators.
Remini proposal (suppose) pattern combined great ideas from Redux, Vue, and Angular. In depends on your internal particularities, you can choose one of the supposed implementations. The first one will be better for Redux-familiar developers.
When the center of our stateful logic is the Store.
And the second one is the "flat style". All modules should be reactive transparently, looks like simple usual objects.
The text was updated successfully, but these errors were encountered: