Data Flow - Data Lifecycle in Redux Back
All data in Redux will obey the following 4 steps:
- First, you will call
store.dispatch(action)
. - Then, the Store you created will call the reducer what you gave
reducer(state, action)
. - The root reducer may combine the output of multiple reducers into a single state tree.
- The Redux Store will finally save the whole state tree returned by the root reducer.
As the plugin is integrated with a code management system like GitLab or GitHub, you may have to auth with your account before leaving comments around this article.
Notice: This plugin has used Cookie to store your token with an expiration.