Gathering detailed insights and metrics for react-redux
Gathering detailed insights and metrics for react-redux
Gathering detailed insights and metrics for react-redux
Gathering detailed insights and metrics for react-redux
npm install react-redux
Typescript
Module System
Node Version
NPM Version
95.3
Supply Chain
89.3
Quality
82.5
Maintenance
100
Vulnerability
100
License
TypeScript (94.37%)
JavaScript (3.34%)
CSS (2.28%)
Total Downloads
1,832,127,754
Last Day
1,879,780
Last Week
9,197,361
Last Month
38,103,029
Last Year
411,081,447
MIT License
23,486 Stars
1,544 Commits
3,368 Forks
400 Watchers
5 Branches
286 Contributors
Updated on May 13, 2025
Minified
Minified + Gzipped
Latest Version
9.2.0
Package Id
react-redux@9.2.0
Unpacked Size
803.25 kB
Size
186.17 kB
File Count
47
NPM Version
9.8.1
Node Version
18.18.2
Published on
Dec 10, 2024
Cumulative downloads
Total Downloads
Last Day
8%
1,879,780
Compared to previous day
Last Week
13.9%
9,197,361
Compared to previous week
Last Month
3%
38,103,029
Compared to previous month
Last Year
15.9%
411,081,447
Compared to previous year
3
27
Official React bindings for Redux. Performant and flexible.
The recommended way to start new apps with React and Redux is by using our official Redux+TS template for Vite, or by creating a new Next.js project using Next's with-redux
template.
Both of these already have Redux Toolkit and React-Redux configured appropriately for that build tool, and come with a small example app that demonstrates how to use several of Redux Toolkit's features.
1# Vite with our Redux+TS template 2# (using the `degit` tool to clone and extract the template) 3npx degit reduxjs/redux-templates/packages/vite-template-redux my-app 4 5# Next.js using the `with-redux` template 6npx create-next-app --example with-redux my-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:
1# If you use npm: 2npm install react-redux 3 4# Or if you use Yarn: 5yarn 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.
The React Redux docs are published at https://react-redux.js.org .
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.
No vulnerabilities found.
Reason
12 commit(s) and 3 issue activity found in the last 90 days -- score normalized to 10
Reason
no binaries found in the repo
Reason
no dangerous workflow patterns detected
Reason
license file detected
Details
Reason
Found 2/6 approved changesets -- score normalized to 3
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
27 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-05-05
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More