- Notifications
You must be signed in to change notification settings - Fork1
Official React bindings for Redux
License
supuna97/react-redux
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Official React bindings forRedux.
Performant and flexible.
The recommended way to start new apps with React Redux is by using theofficial Redux+JS/TS templates forCreate React App, which takes advantage ofRedux Toolkit.
# JSnpx create-react-app my-app --template redux# TSnpx create-react-app my-app --template redux-typescript
React Redux 8.0 requiresReact 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 toinstall Redux andset up a Redux store in your app.
This assumes that you’re usingnpm package managerwith a module bundler likeWebpack orBrowserify to consumeCommonJSmodules.
If you don’t yet usenpm or a modern module bundler, and would rather prefer a single-fileUMD build that makesReactRedux available as a global object, you can grab a pre-built version fromcdnjs. Wedon’t recommend this approach for any serious application, as most of the libraries complementary to Redux are only available onnpm.
The React Redux docs are published athttps://react-redux.js.org .
The postThe History and Implementation of React-Reduxexplains what it does, how it works, and how the API and implementation have evolved over time.
There's also aDeep Dive into React-Redux talk that covers some of the same material at a higher level.
About
Official React bindings for Redux
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
Packages0
Uh oh!
There was an error while loading.Please reload this page.
Languages
- TypeScript91.3%
- JavaScript6.4%
- CSS2.3%