pmndrs / zustand

🐻 Bear necessities for state management in React

Home Page:https://zustand-demo.pmnd.rs/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to move the router state to store?

sandrig opened this issue · comments

Hey there! There weren't any pre-made options that I could find for synchronizing state with the Zustand store.

Similar solutions:
https://github.com/reactjs/react-router-redux
https://github.com/IBM/mobx-react-router

Could you please explain how this may be added to Zustand?