This week is rather quiet on the web side. Astro's React integration keeps ramping up. Redux is working on significant performance improvements for large apps.
On mobile, we still have a steady flow of interesting releases. Reanimated enabled its new layout engine by default. Shopify presented Helix, its internal tool to move away from RN. Xcode project format is finally moving to JSON!
We asked on π: do average devs still care about React?β Thanks to everyone who answered our existential question! If fewer devs care about implementation details and React, what's the future of this newsletter? π€·ββοΈ Reply by email and tell us how we can best serve you in this new AI-driven world.
Agents ship React features faster than ever. They also ship unindexed queries, N+1s, and schema decisions made at 2am by a model that will never get paged.
Fortunately, agents can fix database problems too. They just need production data, and that's what the PlanetScale MCP server gives them. Hook up an agent, and the loop looks like this:
PlanetScale flags a slow query
The agent traces it back to the code in your repo
The agent opens a PR with the fix
You review and merge
Run it once, or put it on a schedule.
Underneath it all: the fastest, most scalable cloud Postgres and MySQL, with options like PlanetScale Metal when you need peak performance. Fast databases, fast React apps.
π React docs - New <img> API ref page - The humble image component does more than just displaying images. It also generates preload hints during SSR by default, and integrates nicely with animations.
π Next.js 16.3.6 - Security Update - Fixing a critical remote code execution vulnerability for those using ImageResponse with the Node runtime with dynamic user-controlled SVG inputs.
ποΈ React Advanced London - π¬π§ London - 23 & 26 Oct. Last call for London's most in-depth React conference! Two days, 50+ advanced sessions, next to Big Ben. Don't miss itβget 10% off with code "TWIR.
π Do Frameworks Matter Anymore? - If LLMs are great at React but nobody reads the .tsx files anymore, why even use an abstraction? Will the industry stick with React forever, or is there room for platform primitives (Web Components) and new ideas (Remix 3)? Kinda related to my existential crisis. π
π React Native RFC - Secondary JavaScript runtimes in React Native - Worklet maintainer requesting a first-class C++ API to create secondary Hermes runtimes. This should help make the integration with libraries such as Reanimated/Worklets more robust, address debugging/inspector/HMR pain points, and more.
π React Native in an Industry That's Changing - A look into how working with agents changes the decision process on where to draw the line between native and cross-platform.
π¦ Xcode 27.2 beta - JSON project format .xcproj - A new JSON format thatβs more human-readable, editable by coding agents, and merge-friendly. Already the default for new projects.
π TC39 - Agenda for the 116th meeting - Happening next Tuesday. Many Iterator proposals will likely progress to stage 4. Iβm particularly excited to see if Composites will progress to stage 2!
π¦ Chrome 154 - Responsive iframe resizing - Iframes can now resize themselves based on the size of their embedded document π€―. Haven't all widget/extension authors dreamed of this for years, as an alternative to postMessage()?
π Read Online Hi everyone, Seb and Jan here π! 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! Let's dive in! πΈ Sponsor Live Workshop Series: Debugging AI Agents Your agent returns something odd. Was it the prompt, a tool call that timed...
π 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...