Conceptual
Login

Redux Toolkit configureStore

`configureStore` builds the store from a map of slice reducers and automatically adds the thunk middleware, DevTools integration, and development-mode checks for state mutation and non-serializable values. It replaces `createStore` plus manual middleware/enhancer composition.

This Concept is waiting for its first lesson!

`configureStore` builds the store from a map of slice reducers and automatically adds the thunk middleware, DevTools integration, and development-mode checks for state mutation and non-serializable values. It replaces `createStore` plus manual middleware/enhancer composition.

Are you a teacher? Sign in to start contributing.

Sign In