Codeminer42/cm42-central

Update redux to redux-toolkit

wrspada02 opened this issue · 0 comments

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.