React Redux

Official React bindings for Redux
Alternatives To React Redux
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
React Redux22,981140,10817,99814 hours ago126July 29, 202322mitTypeScript
Official React bindings for Redux
Connected React Router4,7312,0667107 months ago51July 11, 2022175mitJavaScript
A Redux binding for React Router v4
Store501
2 years ago4October 09, 2017Swift
Unidirectional, transactional, operation-based Store implementation.
Polymer Redux4531634 years ago19October 29, 201829mitJavaScript
Polymer bindings for Redux.
React Intl Redux300155713 months ago29May 09, 20225mitJavaScript
Redux binding for React Intl.
Droidux164
6 years ago5apache-2.0Java
"Predictable state container" implementation, inspired by Redux.
Woowahanjs160
76 years ago37February 26, 20189JavaScript
웹 어플리케이션 개발을 위한 JS프레임워크
Platform141421453 years ago83May 04, 201944mitTypeScript
[Unmaintained] Redux bindings and utilities for Angular
Connected Next Router1055a month ago23September 11, 202213mitTypeScript
A Redux binding for Next.js Router compatible with Next.js.
Roact Rodux74
8 months ago3apache-2.0Lua
A connector between Roact and Rodux, similar to react-redux
Alternatives To React Redux
Select To Compare


Alternative Project Comparisons
Readme

React Redux

Official React bindings for Redux.
Performant and flexible.

GitHub Workflow Status npm version npm downloads #redux channel on Discord

Installation

Using Create React App

The recommended way to start new apps with React Redux is by using the official Redux+JS/TS templates for Create React App, which takes advantage of Redux Toolkit.

# JS
npx create-react-app my-app --template redux

# TS
npx create-react-app my-app --template redux-typescript

An Existing React App

React Redux 8.0 requires React 16.8.3 or later (or React Native 0.59 or later).

To use React Redux with your React app, install it as a dependency:

# If you use npm:
npm install react-redux

# Or if you use Yarn:
yarn add react-redux

You'll also need to install Redux and set up a Redux store in your app.

This assumes that you’re using npm package manager with a module bundler like Webpack or Browserify to consume CommonJS modules.

If you don’t yet use npm or a modern module bundler, and would rather prefer a single-file UMD build that makes ReactRedux available as a global object, you can grab a pre-built version from cdnjs. We don’t recommend this approach for any serious application, as most of the libraries complementary to Redux are only available on npm.

Documentation

The React Redux docs are published at https://react-redux.js.org .

How Does It Work?

The post The History and Implementation of React-Redux explains what it does, how it works, and how the API and implementation have evolved over time.

There's also a Deep Dive into React-Redux talk that covers some of the same material at a higher level.

License

MIT

Popular Redux Projects
Popular Bindings Projects
Popular User Interface Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Typescript
Reactjs
Redux
Bindings
React Redux
Bundler
Module Bundler