React Redux API

Official React bindings for Redux, enabling React components to interact with a Redux store. Provides hooks (useSelector, useDispatch, useStore) and a Provider component for connecting the Redux store to the React component tree. React Redux ensures that components only re-render when the pieces of state they subscribe to change.

API entry from apis.yml

apis.yml Raw ↑
name: React Redux API
description: Official React bindings for Redux, enabling React components to interact with a Redux store.
  Provides hooks (useSelector, useDispatch, useStore) and a Provider component for connecting the Redux
  store to the React component tree. React Redux ensures that components only re-render when the pieces
  of state they subscribe to change.
image: https://react-redux.js.org/img/redux-logo-landscape.png
baseURL: https://react-redux.js.org
humanURL: https://react-redux.js.org
tags:
- Bindings
- Components
- Hooks
- React
- State Management
properties:
- type: Documentation
  url: https://react-redux.js.org/introduction/getting-started
- type: APIReference
  url: https://react-redux.js.org/api/hooks
- type: GitHubRepository
  url: https://github.com/reduxjs/react-redux
- type: NpmPackage
  url: https://www.npmjs.com/package/react-redux
- type: Tutorials
  url: https://react-redux.js.org/tutorials/quick-start
- type: ChangeLog
  url: https://github.com/reduxjs/react-redux/releases