# React Redux API

**Canonical:** https://apis.io/apis/redux/react-redux-api/  
**Provider:** Redux — https://apis.io/providers/redux/  
**Base URL:** https://react-redux.js.org  
**Documentation:** https://react-redux.js.org

React Redux API is one of 8 APIs that [Redux](https://apis.io/providers/redux/) publishes on the [APIs.io](https://apis.io/) network. Tagged areas include Bindings, Components, Hooks, React, and State Management. The published artifact set on APIs.io includes API documentation, an API reference, a GitHub repository, and a changelog.

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.

## Machine-readable artifacts (6)

- **Documentation** — https://react-redux.js.org/introduction/getting-started
- **APIReference** — https://react-redux.js.org/api/hooks
- **GitHubRepository** — https://github.com/reduxjs/react-redux
- **NpmPackage** — https://www.npmjs.com/package/react-redux
- **Tutorials** — https://react-redux.js.org/tutorials/quick-start
- **ChangeLog** — https://github.com/reduxjs/react-redux/releases

## Other Redux APIs (7)

- [Redux Core API](https://apis.io/apis/redux/redux-core-api/)
- [Redux Toolkit API](https://apis.io/apis/redux/redux-toolkit-api/)
- [Redux DevTools API](https://apis.io/apis/redux/redux-devtools-api/)
- [Redux Saga](https://apis.io/apis/redux/redux-saga/)
- [Redux Observable](https://apis.io/apis/redux/redux-observable/)
- [Redux Thunk](https://apis.io/apis/redux/redux-thunk/)
- [Reselect](https://apis.io/apis/redux/reselect/)

## Tags

Bindings, Components, Hooks, React, State Management

---

Profiled by [API Evangelist](https://apievangelist.com) and published on [APIs.io](https://apis.io/apis/redux/react-redux-api/). The API's provider profile, Kin Score and agent-readiness rating are at https://apis.io/providers/redux/.
