🌐
GitHub
github.com › reduxjs › react-redux › discussions › 2098
v9.0.0 · reduxjs/react-redux · Discussion #2098
This major release: Switches to requiring React 18 and Redux Toolkit 2.0 / Redux 5.0 Updates the packaging for better ESM/CJS compatibility and modernizes the build output Updates the options for d...
Author   reduxjs
🌐
GitHub
github.com › reduxjs › react-redux › releases
Releases · reduxjs/react-redux
December 10, 2024 - For React-Redux v9, we're switching so that React 18 is now required!
Author   reduxjs
🌐
GitHub
github.com › reduxjs › react-redux › releases › tag › v9.1.0
Release v9.1.0 · reduxjs/react-redux
React Redux v9.1.0 adds a new .withTypes method to each of these hooks, analogous to the .withTypes method found on Redux Toolkit's createAsyncThunk.
Author   reduxjs
🌐
React Redux
react-redux.js.org
React Redux | React Redux
Designed to work with React's component model. You define how to extract the values your component needs from Redux, and your component updates automatically as needed.
🌐
GitHub
github.com › reduxjs › react-redux › issues › 2026
React-Redux v9 Roadmap: packaging, updated defaults, and improving RSC compat · Issue #2026 · reduxjs/react-redux
June 6, 2023 - We're currently working on major versions for all of the Redux-related packages: RTK 2.0, Redux core 5.0, Reselect 5.0, and Redux-Thunk 3.0. The primary driver for this is updating package formats for full ESM/CJS compatibility, as well as modernizing JS output. I originally was not planning to publish a new major for React-Redux.
Author   markerikson
🌐
GitHub
github.com › reduxjs › react-redux › releases › tag › v9.0.0
Release v9.0.0 · reduxjs/react-redux
This major release: Switches to requiring React 18 and Redux Toolkit 2.0 / Redux 5.0 Updates the packaging for better ESM/CJS compatibility and modernizes the build output Updates the options for ...
Author   reduxjs
🌐
GitHub
github.com › reduxjs › react-redux › releases › tag › v9.0.3
Release v9.0.3 · reduxjs/react-redux
This bugfix release drops the ReactDOM / React Native specific use of render batching, as React 18 now automatically batches, and updates the React types dependencies Changelog Batching Dependency ...
Author   reduxjs
🌐
GitHub
github.com › reduxjs › react-redux › releases › tag › v9.0.2
Release v9.0.2 · reduxjs/react-redux
reduxjs / react-redux Public · There was an error while loading. Please reload this page. Notifications · You must be signed in to change notification settings · Fork 3.3k · Star 23.5k · Compare · Choose a tag to compare · Could not load tags · Nothing to show · {{ refName }} default · Loading · markerikson released this · 05 Dec 20:59 · · 261 commits to master since this release · v9.0.2 ·
Author   reduxjs
🌐
GitHub
github.com › reduxjs › react-redux › releases › tag › v9.0.1
Release v9.0.1 · reduxjs/react-redux
This bugfix release updates the package to include a new react-redux.react-native.js bundle that specifically imports React Native, and consolidates all of the 'react' imports into one file to save on bundle size (and enable some tricky React Native import handling). Add an RN-specific bundle and consolidate imports by @markerikson in #2100 · Full Changelog: v9.0.0...v9.0.1 ·
Author   reduxjs
Find elsewhere
🌐
GitHub
github.com › reduxjs › react-redux › releases › tag › v9.0.0-beta.0
Release v9.0.0-beta.0 · reduxjs/react-redux
This beta release fixes the imports of use-sync-external-store when used in an ESM environment, and includes the fixes in v8.1.3. npm i react-redux@beta yarn add react-redux@beta We currently do n...
Author   reduxjs
🌐
GitHub
github.com › reduxjs › react-redux › releases › tag › v9.0.4
Release v9.0.4 · reduxjs/react-redux
reduxjs / react-redux Public · There was an error while loading. Please reload this page. Notifications · You must be signed in to change notification settings · Fork 3.3k · Star 23.5k · Compare · Choose a tag to compare · Could not load tags · Nothing to show · {{ refName }} default · Loading · markerikson released this · 11 Dec 15:08 · · 251 commits to master since this release · v9.0.4 ·
Author   reduxjs
🌐
GitHub
github.com › reduxjs › react-redux › releases › tag › v9.2.0
Release v9.2.0 · reduxjs/react-redux
reduxjs / react-redux Public · Notifications · You must be signed in to change notification settings · Fork 3.4k · Star 23.4k · Latest · Latest · Compare · Choose a tag to compare · Could not load tags · Nothing to show · {{ refName }} default · Loading · markerikson released this · 10 Dec 23:11 · v9.2.0 ·
Author   reduxjs
🌐
GitHub
github.com › reduxjs › react-redux › releases › tag › v9.1.1
Release v9.1.1 · reduxjs/react-redux
This bugfix release fixes an issue with connect and React Native caused by changes to our bundling setup in v9. Nested connect calls should work correctly now. What's Changed Remove unused isProc...
Author   reduxjs
🌐
GitHub
github.com › reduxjs › react-redux › releases › tag › v9.0.0-rc.0
Release v9.0.0-rc.0 · reduxjs/react-redux
This release candidate improves tree-shaking behavior in v9 to account for changes in bundling setup. Note that we hope to release Redux Toolkit 2.0, Redux core 5.0, and React-Redux 9.0 by the star...
Author   reduxjs
🌐
GitHub
github.com › reduxjs › react-redux › releases › tag › v9.1.2
Release v9.1.2 · reduxjs/react-redux
This bugfix release removes the no-longer-necessary peer dependency on react-native, and tweaks a few TS types for compat with the upcoming React 19 release. Changes React Native Peer Dependency Re...
Author   reduxjs
🌐
Medium
medium.com › @onix_react › react-release-updates-digest-8f1709b2594b
React Release Updates Digest. This week has been packed with… | by Onix React | Medium
December 8, 2023 - React Redux v9.0.0 aligns with React 18, enhances ESM/CJS compatibility, and introduces React Server Components to detect connectivity issues.
🌐
npm
npmjs.com › package › react-redux
react-redux - npm
December 10, 2024 - Official React bindings for Redux. Latest version: 9.2.0, last published: a year ago. Start using react-redux in your project by running `npm i react-redux`. There are 17536 other projects in the npm registry using react-redux.
      » npm install react-redux
    
Published   Dec 10, 2024
Version   9.2.0
Author   Dan Abramov
🌐
React Redux
react-redux.js.org › usage with typescript
Usage with TypeScript | React Redux
January 28, 2024 - React Redux v9.1.0 adds a new .withTypes method to each of these hooks, analogous to the .withTypes method found on Redux Toolkit's createAsyncThunk.
🌐
GitHub
github.com › reduxjs › react-redux › compare › v9.1.0...v9.1.1
Comparing v9.1.0...v9.1.1 · reduxjs/react-redux
base repository: reduxjs/react-redux · Failed to load repositories. Confirm that selected base ref is valid, then try again. Loading · There was an error while loading. Please reload this page. base: v9.1.0 · Choose a base ref · Branches Tags · Could not load branches ·
Author   reduxjs
🌐
GitHub
github.com › reduxjs › react-redux › compare › v9.1.1...v9.1.2
Comparing v9.1.1...v9.1.2 · reduxjs/react-redux
- This change was made by running `npx types-react-codemod useRef-required-initial .` in preparation for React 19. * Fix type issue related to `latestSubscriptionCallbackError` ... Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository. You can try running this command locally to see the comparison on your machine: git diff v9.1.1...v9.1.2 Retry
Author   reduxjs