Skip to content
TILens What matters today in tech v0.0.9
Theme
Topics - Frameworks
Calendar · NOV 2025
Nov 2025
1 2
3 5 6 7 8 9
10 11 13 14 15 16
17 19 20 22 23
25 27 28 29 30
Favorites (0)

Daily edition · Frameworks

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