platform
platform copied to clipboard
Example of Reading state from other extensions and intercepting actions
I want to intercept actions created from login and register. do you have examples on
• reading data from the state of other extensions • intercepting actions from other extensions by registering a redux middleware. With this approach you can modify, suppress, or just examine any action dispatched in the app.