Skip to content
TILens What matters today in tech v0.0.9
Theme

Topic - Edition

JavaScript

2 items on 04 Nov 2025
JavaScript GitHub React

reduxjs/redux-toolkit: v2.10.1

This bugfix release fixes an issue with window access breaking in SSR due to the byte-shaving work in 2.10. What's Changed Fix window SSR breakage by @markerikson in #5132 Full Changelog: v2.10.0...v2.10.1

Source: Redux Toolkit Releases markerikson
JavaScript GitHub React

reduxjs/redux-toolkit: v2.10.0

This feature release updates our Immer dep to 10.2 to pick up its performance improvements, has additional byte-shaving and internal performance updates, and fixes a combineSlices type issue. Changelog Immer Performance…

Source: Redux Toolkit Releases markerikson