Update redux to redux-toolkit
wrspada02 opened this issue · 0 comments
wrspada02 commented
In the current version, the configuration of middleware, reducers, and occasionally enhancers is done manually. With Redux Toolkit, using the configureStore
function simplifies the store setup, while managing reducers with createSlice
makes the approach more efficient and appealing, especially in terms of scalability.