What things I have to use?
Answered
Northeast Congo Lion posted this in #help-forum
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.
But I have a problem, what will I have to use for state management?
redux-saga? redux-toolkit? redux-thunk?
Please help me.

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
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
@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
Northeast Congo LionOP
thank you for your reply, @Dunker, this will helps me.
Northeast Congo LionOP
thx, all my helpers