As we all know that in react, state management is the way from that we can access the object in entire web & most of the projects and at the time of learning we are using "react-redux" but now we have to use other state management libraries those are more compatible compare to "react-redux"
Zustand: https://zustand-demo.pmnd.rs/
Recoil: https://recoiljs.org/
Hookstate: https://hookstate.js.org/
Redux Toolkit: https://redux-toolkit.js.org/
So now I am expecting from you guys that from the next/new projects we are starting to use new state management libraries...
"Learn continually – there’s always “one more thing” to learn."
Top comments (1)
Jotai! (In place of Recoil, imho, jotai is better than Recoil)