State Management
Redux Toolkit
Redux Toolkit (RTK) is the official, recommended way to use Redux.
What it adds
configureStorewith safe defaultscreateSlicefor reducers + actions- Immer for immutable updates
createAsyncThunkand RTK Query for async/data
Why it matters
- Less boilerplate
- Fewer mutation mistakes
- Consistent project structure