Redux Thunk

Thunk middleware for Redux, included by default with Redux Toolkit. Allows writing action creators that return a function instead of an action object, enabling delayed dispatch and conditional dispatch based on current state.

API entry from apis.yml

apis.yml Raw ↑
name: Redux Thunk
description: Thunk middleware for Redux, included by default with Redux Toolkit. Allows writing action
  creators that return a function instead of an action object, enabling delayed dispatch and conditional
  dispatch based on current state.
humanURL: https://github.com/reduxjs/redux-thunk
baseURL: https://github.com/reduxjs/redux-thunk
tags:
- Async
- Middleware
- Thunk
properties:
- type: Documentation
  url: https://github.com/reduxjs/redux-thunk#readme
- type: GitHubRepository
  url: https://github.com/reduxjs/redux-thunk
- type: NpmPackage
  url: https://www.npmjs.com/package/redux-thunk