Redux Toolkit simplifies Redux with configureStore, createSlice (immer), and RTK Query for async, reducing boilerplate for predictable state.
Official, batteries-included.
Choose RTK when:
Note: Use createAsyncThunk.
Entity adapters.
Persist with storage.