Socket
Socket
Sign inDemoInstall

react-redux

Package Overview
Dependencies
Maintainers
5
Versions
140
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-redux - npm Package Compare versions

Comparing version 9.0.1 to 9.0.2

dist/react-redux.react-native.js

6

package.json
{
"name": "react-redux",
"version": "9.0.1",
"version": "9.0.2",
"description": "Official React bindings for Redux",

@@ -17,3 +17,3 @@ "keywords": [

"main": "dist/cjs/index.js",
"react-native": "./dist/react-redux.react-native.mjs",
"react-native": "./dist/react-redux.react-native.js",
"types": "dist/react-redux.d.ts",

@@ -25,3 +25,3 @@ "exports": {

"react-server": "./dist/rsc.mjs",
"react-native": "./dist/react-redux.react-native.mjs",
"react-native": "./dist/react-redux.react-native.js",
"import": "./dist/react-redux.mjs",

@@ -28,0 +28,0 @@ "default": "./dist/cjs/index.js"

# React Redux
Official React bindings for [Redux](https://github.com/reduxjs/redux).
Official React bindings for [Redux](https://github.com/reduxjs/redux).
Performant and flexible.

@@ -12,12 +12,15 @@

### Using Create React App
### Create a React Redux App
The recommended way to start new apps with React Redux is by using the [official Redux+JS/TS templates](https://github.com/reduxjs/cra-template-redux) for [Create React App](https://github.com/facebook/create-react-app), which takes advantage of [Redux Toolkit](https://redux-toolkit.js.org/).
The recommended way to start new apps with React and Redux is by using [our official Redux+TS template for Vite](https://github.com/reduxjs/redux-templates), or by creating a new Next.js project using [Next's `with-redux` template](https://github.com/vercel/next.js/tree/canary/examples/with-redux).
```sh
# JS
npx create-react-app my-app --template redux
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.
# TS
npx create-react-app my-app --template redux-typescript
```bash
# Vite with our Redux+TS template
# (using the `degit` tool to clone and extract the template)
npx degit reduxjs/redux-templates/packages/vite-template-redux my-app
# Next.js using the `with-redux` template
npx create-next-app --example with-redux my-app
```

@@ -24,0 +27,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc