Following the React v19.3 release, DevTools v8 is now officially published. Motion shipped a ViewTransition wrapper. React Router optimized re-renders. Apollo Client finally has custom scalars.
On mobile, we have a lot of releases. RN 0.88 will use React v19.3. Shopify is moving away from React Native!
Your agent returns something odd. Was it the prompt, a tool call that timed out, or output your code could not parse? Without traces, you are guessing.
On October 7, Serge from Sentry instruments three agents with Agent Tracing: a chatbot in an e-commerce store, a custom Slack agent, and a GitHub Action that reviews PRs. You'll see bad tool calls, unexpected output, and token spend per run.
On October 14, Ryan and Serge show how Sentry engineers debug their own agents and find the failures worth investigating across large volumes of production traces.
π React DevTools 8.0 on the Chrome Web Store - If you use Chrome, you probably got the new version automatically. You should now see a new Elements > βοΈReact Element pane when inspecting elements in Chrome DevTools, and also a new top-level βοΈSuspense tab.
π The Cost of Abstraction for Humans and AI Agents - The author created the same React app with different levels of abstraction, then measured the cost of editing each app with Sonnet 5. He estimates that an over-abstracted codebase costs 30% more in AI agent bill and time. Also includes 6 abstraction patterns often seen in React codebases that you can probably inline.
π React Server Functions Are More Than Mutations - An interactive exploration of using Server Functions for reads via HTTP QUERY, then streaming values, while working on an Effect-based RSC framework.
π SolidJS, Itβs the Little Things - Walks through 6 small Solid 2.0 DX details, from isPending() to optimistic stores, each compared side by side with the React equivalent.
π Fixing INP in a Massive React Dropdown - Opening a MultiSelect with ~1,200 options mounted at once blocks the main thread. Since all rows share the same height, a custom 90-line virtualization hook is enough to bring INP from 1,256ms down to 96ms.
π TSRX - Removing lazy destructuring - Preparing for v1.0, TSRX dropped its &{} destructuring syntax. This reflects its positioning as a JSX extension, rather than a new language that humans and LLMs would have to learn.
π¦ Motion 13.4 - New component - Wraps React's , adding support for spring support, dynamic targets, animation controls, and a simple props API. Interesting to see the lib pushing back on React docs' claims about View Transition performance compared to layout animations.
π¦ shadcn lint - An agent-first linter for Tailwind design systems - Since className is just a string, design system rules are hard to enforce with types. This ESLint/Oxlint plugin lets you define per-component rules and emit actionable errors to guide your agents.
π¦ Oxlint 1.83 - Update lint rules for React 19.3 - This fixes false-positive lint errors you may get by adopting React 19.3 features such as Fragment refs or newly supported DOM props.
Does it mean React Native is dead? Does not seem so. A shared application and UI layer remains useful, and React Native still has major benefits such as Over-The-Air updates and good foundations for server-driven UI, useful for the agentic era.
π How Does KMP with SwiftUI Scale on iOS? - Sharing logic in Kotlin sounds ideal. The problem? iOS consumes one static framework. Does this cause a full rebuild on every change? Fortunately, no, but there's still a cost.
π Is Your App Ready for iPhone Duo? - A new mobile form factor is coming to iOS. Taking care of screen edges, safe areas, and adaptive layout is more important than ever.
π¦ Modern Web Types - TIL TypeScript only types DOM APIs shipped in 2+ browser engines. This lib lowers the threshold to 1 engine, letting you use the newest APIs as progressive enhancements without losing type-safety.
π Read Online Hi everyone, Seb and Jan here π! We could feel it was coming, and here it is, delaying just in time for the newsletter! π React 19.3 is finally out, with View Transitions and Fragment Refs stable! And it looks like updated DevTools are also coming soon. We also got a sneak peek of React Native 0.88 and Expo Modules 2.0. Let's dive in! As always, thanks for supporting us on your favorite platform: π¦ Bluesky βοΈ X / Twitter π LinkedIn π½ Reddit πΈ Sponsor Atomic CRM: A CRM You Can...
π Read Online Hi everyone, Seb and Jan here π! Back from our summer break, weβll cover news from the last two weeks. React v19.3 is getting closer. The React Compiler in Rust is now available in Vite and Bun. CSS-in-JS is set to make a comeback. On the mobile side, React Native keeps refining its public API surface, an important step toward v1.0. Callstack acquired Margelo. Let's dive in! πΈ Sponsor PlanetScale: The database that gets faster as you sleep Agents ship React features faster than...
π Read Online Hi everyone, Seb and Jan here! Back after a little break to cover news from the last two weeks. A lot is going on, apparently not everyone is on holiday because we still have many interesting releases, including many RCs from upcoming major versions. The native React Compiler rollout continues. React v19.3 seems around the corner. Plenty of TanStack Router/Start and Next.js content. React Native 0.87 is now out, paving the way for v1.0. ποΈ Weβll be taking another break next...