Create IDE router module
- This is to help decouple the store from the router instance - Instead of making direct calls, we'll update state and the router will react to the state change
Showing
Please register or sign in to comment
- This is to help decouple the store from the router instance - Instead of making direct calls, we'll update state and the router will react to the state change