This Week In React #252: React 19.2, Activity, useEffectEvent, Compiler, Astro, StyleX, Docusaurus | Vega OS, Voltra, NativeScript, Expo Router, NativeWind, Lynx, Maestro | TC39, Temporal, Baseline, State Of JS, Supply Chain, MCP | This Week In React
Briefly

This Week In React #252: React 19.2, Activity, useEffectEvent, Compiler, Astro, StyleX, Docusaurus | Vega OS, Voltra, NativeScript, Expo Router, NativeWind, Lynx, Maestro | TC39, Temporal, Baseline, State Of JS, Supply Chain, MCP | This Week In React
"<Activity> is to me the most exciting feature. It can hide a React subtree and unmount its effects while preserving its state, and keep rendering it with lower priority. It unlocks very exciting pre-rendering patterns along the way! More Activity modes are coming. useEffectEvent(callback) always sees the latest props and state, helping avoid the stale closure problem. Effect Events should only be called from Effects and can be omitted in the dependency array."
"Sentry AI Code Review: Catch Bugs Before They Ship Stop shipping preventable bugs. Sentry AI Code Review brings error and performance context into your PR to catch bugs before they break prod.🧑‍💻 Automated detection of bugs, risks, and regressions Actionable insights, not distracting noise Tighter feedback loops for faster merges Context-aware checks tied to real Sentry data Less time debugging, more time building Ship code that breaks less, review with confidence, and keep production stable. Try AI Code Review in Sentry."
React 19.2 introduces several features and improvements. The <Activity> component can hide a React subtree, unmount its effects while preserving its state, and continue rendering it with lower priority, enabling pre-rendering patterns and promising more Activity modes. useEffectEvent(callback) always sees the latest props and state, preventing stale closures; effect events must be called from effects and can be omitted from dependency arrays. cacheSignal() returns a signal when React.cache() lifetime ends, enabling task abortion in React Server Components. React Native updates include an Amazon OS with first-class React Native support and upcoming tighter native integration solutions. React Conf starts October 7.
Read at Thisweekinreact
Unable to calculate read time
[
|
]