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
* Actions.ACTION_NAME(PARAMS) will call appropriate action and params will be passed to next screen.
115
115
4. In your Flux stores (optional). You may subscribe to any push/replace/pop 'page' actions in your store.
116
116
It could be necessary if you want to process user data somehow. For example, if some component manages user form and have "Save" button which should store that data and pop the screen, you may use Actions.pop(this.state) in that component and then subscribe to Actions.pop actions within store:
0 commit comments