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

Daily edition · JavaScript

The daily ledger

TILens turns technical updates into a focused daily brief: official releases, trusted reporting, and practitioner analysis, deduplicated and organized by topic.

04 Nov 2025 edition
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