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

### What version of React, ReactDOM/React Native, Redux, and React Redux are you using? - React: 18.0.0 - ReactDOM:18.0.0 - Redux Toolkit:1.8.1 - React Redux:8.0.1 ### What is the current...

Updated only type tests to reproduce issue #1927

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

### What version of React, ReactDOM/React Native, Redux, and React Redux are you using? - React: "17.0.2" - React Native: "0.68.2" - Redux: "4.2.0" - React Redux: "8.0.1" ### What...

### Description Case: replace reducer when specific props changes. Case description: - Parent component pass props to child - Child attach reducer (with props from parent) into store in `useLayoutEffect`...

Switches to modern timers (including missing mocks) which have better support in the latest testing library versions which you'll probably want to use to test React 18.

The documentation talks about using `shallowEqual` as second argument for comparison (or lodash), although the documentation doesn't explain what are the arguments of this function and how a user could...

docs

We're now at a point where I'm comfortable teaching our hooks API first (which I'm also doing right now as I work on [the new "Quick Start" Redux core tutorial...

docs

`useLayoutEffect` does not work with server-side rendering, and so a warning is displayed if it is used under Node. To get around this warning, `useIsomorphicLayoutEffect` tries to detect if the...