Next.js Discord

Discord Forum

What things I have to use?

Answered
Northeast Congo Lion posted this in #help-forum
Open in Discord
Northeast Congo LionOP
I am developing next.js 13 project now.
But I have a problem, what will I have to use for state management?
redux-saga? redux-toolkit? redux-thunk?
Please help me.:blob_wave:
Answered by Dunker
if you decided to use redux, others are tools for redux each has related functionality to xtend it. i suggest rtk. at some situtations you dont even need redux or any state manager
View full answer

4 Replies

@Northeast Congo Lion I am developing next.js 13 project now. But I have a problem, what will I have to use for state management? redux-saga? redux-toolkit? redux-thunk? Please help me.<:blob_wave:753870952873590814>
Dunker
if you decided to use redux, others are tools for redux each has related functionality to xtend it. i suggest rtk. at some situtations you dont even need redux or any state manager
Answer
I’m currently using [zustand](https://github.com/pmndrs/zustand) for state management, it’s light and simple compared to redux. Redux toolkit might be a good choice for complex applications, I personally still prefer zustand anyway
Northeast Congo LionOP
thx, all my helpers