use redux is good or bad
Unanswered
Giant Chinchilla posted this in #help-forum
Giant ChinchillaOP
I'm considering whether adding Redux to my Next.js project is a good option.
4 Replies
there's no good or bad IMO if it gets the job done. Its just that there are new and less complicated packages in the ecosystem which gets the job done easily and quickly
Giant ChinchillaOP
@Yi Lon Ma because it happen my Next.js project grows too much . so that's why i am considering redux. I know that libraries like Zustand and Jotai can also handle state management tasks easily.
@Giant Chinchilla yeah, I don't see any "bad"s using redux in your next.js project
as long as you need state managements across your client components