What is the best approach to migrate to a new state management tool?
I have a project that I'm working on with bunch of people and redux is used for state management, it's kinda chaotic...
What is the best way to migrate this thing to something more viable, like react query + zustand (if needed)?
My initial approach would be to start implementing new features using react-query + zustand, and also integrating it when refactor of old code is needed.
Is this the right thing, or is there some better option? (other than rewriting everything)
What is the best way to migrate this thing to something more viable, like react query + zustand (if needed)?
My initial approach would be to start implementing new features using react-query + zustand, and also integrating it when refactor of old code is needed.
Is this the right thing, or is there some better option? (other than rewriting everything)
