Replies: 1 comment
-
@nikbobo since you are using |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I am a beginners in front-end development.
For some reason, I would like to change Redux to Zustand or Jotai, and remove redux in my project anywhere.
My Project just using
useSelector
useDispatch
createStore
Provider
four api with redux.For the better, which will move faster and easiler? Zustand or Jotai?
And could you give me some suggestion? Could change it by simpily replace api or function?
Beta Was this translation helpful? Give feedback.
All reactions