#State management for NextJS

3 messages · Page 1 of 1 (latest)

versed scroll
#

Is there any state management that is recommended for NextJS, and used it in big project? For now, I only used redux as state management, are there other than that?

strange bramble
#

all state management tools work with next

#

redux with redux toolkit is very popular, there also other options like recoil, zustand, etc