Redux Toolkit API

The official, opinionated, batteries-included toolset for efficient Redux development. Redux Toolkit simplifies common Redux use cases including store setup, creating reducers and writing immutable update logic, and creating entire state slices at once. Includes configureStore, createSlice, createAsyncThunk, createEntityAdapter, and the RTK Query data fetching and caching solution.

API entry from apis.yml

apis.yml Raw ↑
name: Redux Toolkit API
description: The official, opinionated, batteries-included toolset for efficient Redux development. Redux
  Toolkit simplifies common Redux use cases including store setup, creating reducers and writing immutable
  update logic, and creating entire state slices at once. Includes configureStore, createSlice, createAsyncThunk,
  createEntityAdapter, and the RTK Query data fetching and caching solution.
image: https://redux-toolkit.js.org/img/redux-logo-landscape.png
baseURL: https://redux-toolkit.js.org
humanURL: https://redux-toolkit.js.org
tags:
- Code Generation
- Immer
- Redux Toolkit
- Rtk Query
- Simplified Redux
- Toolkit
properties:
- type: Documentation
  url: https://redux-toolkit.js.org/introduction/getting-started
- type: APIReference
  url: https://redux-toolkit.js.org/api/configureStore
- type: GitHubRepository
  url: https://github.com/reduxjs/redux-toolkit
- type: NpmPackage
  url: https://www.npmjs.com/package/@reduxjs/toolkit
- type: RtkQuery
  url: https://redux-toolkit.js.org/rtk-query/overview
- type: Tutorials
  url: https://redux-toolkit.js.org/tutorials/quick-start
- type: ChangeLog
  url: https://github.com/reduxjs/redux-toolkit/releases