# Redux Core API

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

Redux Core 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 Actions, Middleware, Reducers, State Management, and Store. The published artifact set on APIs.io includes API documentation, an API reference, a GitHub repository, and a changelog.

Core Redux library for managing application state through a predictable unidirectional data flow. The library exposes createStore, combineReducers, applyMiddleware, compose, and bindActionCreators as its primary API surface. State mutations are triggered by dispatching plain action objects to a store, which processes them through pure reducer functions to produce the next immutable state tree.

## Machine-readable artifacts (8)

- **Documentation** — https://redux.js.org/introduction/getting-started
- **APIReference** — https://redux.js.org/api/api-reference
- **GitHubRepository** — https://github.com/reduxjs/redux
- **NpmPackage** — https://www.npmjs.com/package/redux
- **TypeScript** — https://redux.js.org/usage/usage-with-typescript
- **ChangeLog** — https://github.com/reduxjs/redux/releases
- **License** — https://github.com/reduxjs/redux/blob/master/LICENSE.md
- **APIsJSON** — https://raw.githubusercontent.com/api-evangelist/redux/refs/heads/main/apis.yml

## Other Redux APIs (7)

- [React Redux API](https://apis.io/apis/redux/react-redux-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

Actions, Middleware, Reducers, State Management, Store

---

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