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
88.7
Supply Chain
89.3
Quality
84.4
Maintenance
100
Vulnerability
100
License
TypeScript (92.36%)
JavaScript (5.35%)
CSS (2.29%)
Total Downloads
1,652,222,253
Last Day
1,646,247
Last Week
8,295,238
Last Month
35,389,256
Last Year
383,120,291
23,402 Stars
1,532 Commits
3,363 Forks
405 Watching
5 Branches
288 Contributors
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
Publised On
10 Dec 2024
Cumulative downloads
Total Downloads
Last day
1.4%
1,646,247
Compared to previous day
Last week
11%
8,295,238
Compared to previous week
Last month
11.2%
35,389,256
Compared to previous month
Last year
12.3%
383,120,291
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
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
packaging workflow detected
Details
Reason
7 commit(s) and 2 issue activity found in the last 90 days -- score normalized to 7
Reason
Found 6/14 approved changesets -- score normalized to 4
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
dependency not pinned by hash detected -- score normalized to 0
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
15 existing vulnerabilities detected
Details
Score
Last Scanned on 2024-11-25
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