react-redux icon indicating copy to clipboard operation
react-redux copied to clipboard

Official React bindings for Redux

Results 47 react-redux issues
Sort by recently updated
recently updated
newest added

Not quiet sure where else to put this. For the Basic Tutorial https://react-redux.js.org/introduction/basic-tutorial there are 3 issues. Issue 1: The Sandbox Code: https://codesandbox.io/s/6vwyqrpqk3 uses react: 16.4.2, but needs at least...

docs

The usage guide pages for `mapState` and `mapDispatch` are amazingly good, and I frequently link them as references to answer people's questions. However, we currently only have an API reference...

docs

The current React-Redux docs aren't very helpful, for a lot of reasons: - They're just a Markdown file in the repo, instead of being published in HTML form - It...

docs

In v7, we added a hard dependency on either `react-dom` _or_ `react-native`, because we need to pull in `unstable_batchedUpdates`. For those users who happen to not be using RD or...

docs

I'm aware that this is a bug tracker and not a support system. But there is one place in the official documentation which puzzles me. I just wonder if `react-redux`...

docs

This PR adds the ability for consumers to have access to ownProps inside of areStatesEqual. Currently there is no way to See: https://github.com/reduxjs/react-redux/issues/781

### What version of React, ReactDOM/React Native, Redux, and React Redux are you using? - React: 18.2 - ReactDOM/React Native: react-dom 18.2 - Redux: 4.2.0 - React Redux: 8.0.2 ###...

This PR adds the ability for consumers to have access to ownProps inside of areStatesEqual. Currently there is no way to See: https://github.com/reduxjs/react-redux/issues/781

### What version of React, ReactDOM/React Native, Redux, and React Redux are you using? - React: 18.2.0 - ReactDOM/React Native: 18.2.0 - Redux: 4.2.0 - React Redux: 7.2.8 ### What...

### What version of React, ReactDOM/React Native, Redux, and React Redux are you using? - React: 0.0.0-experimental-e7d0053e6-20220325 - ReactDOM: 0.0.0-experimental-e7d0053e6-20220325 - Redux: 4.2.0 - React Redux: 8.0.2 Here is a...