Youβll have to get used to it: yet another week filled with AI content. From MCPs to Agent Skills to AI-specific CLIs, we donβt know where to turn anymore.
An advanced performance course from Steve Kinney, focused on diagnosing real bottlenecks and fixing slow, janky React apps using modern React 19 patterns.
π Modern React: Suspense, transitions, deferred values, hydration, server actions
π Debug Faster: Find unnecessary re-renders with React DevTools & the Profiler
π Reactβs ViewTransition Element - Chris Coyier compares the pros and cons of using VS the native platform API document.startViewTransition() in a React app.
π¦ Next Intl 4.8 - Ahead-of-time compilation - This can significantly reduce your bundle size. Instead of bundling a full ICU parser to the client, itβs now possible to precompile ICU messages to a minified AST interpreted by a lightweight runtime.
π¦ Bun 1.3.8 - Bun.markdown API - Comes with a first-class Bun.markdown.react() API and claims to be much faster than React alternatives.
Notion, Dropbox and LaunchDarkly have found a new testing paradigm - and they can't imagine working without it. Built by ex-Palantir engineers, Meticulous autonomously creates a continuously evolving suite of E2E UI tests that delivers near-exhaustive coverage with zero developer effort - impossible to deliver by any other means.
Worklets have been extracted from Reanimated to become a first-class multithreading primitive. It has been integrated into the upcoming VisionCamera V5, enabling its real-time frame processor system to run directly on the Camera Thread.
Also, take a look at π¦ Worklets 0.8 - Bundle Mode preview. It makes it possible to use third-party libraries and do network requests within worklets. This mode is opt-in but might become the default in the future.
π Building Voltra: Renderer - The creator of the Widgets and Live Activities library explains how it works under the hood. Itβs a custom renderer, but using react-reconciler wasnβt a great fit, so they took inspiration from React DOM SSR code instead.
π¦ Teleport 1.0 - Brings true native portals to React Native - The equivalent of ReactDOM.createPortal for mobile, with additional view re-parenting, re-use, and pre-rendering capabilities. Itβs cross-platform and also supports web.
π¦ Xcode 26.3 RC - Unlocks the power of agentic coding - If you donβt want to use Xcode as an IDE, you can still leverage the new Xcode MCP and its RenderPreview tool to feed your AI with visual feedback (SwiftUI previews, it probably doesnβt work with RN views).
π State of JavaScript 2025 - Survey Results - React and Next.js keep growing in usage, but satisfaction is decreasing. Meanwhile, alternatives such as Astro and Solid have pretty high satisfaction scores.
π Implementing the Temporal proposal in JavaScriptCore - The JS Temporal API should be in all browsers relatively soon, with Safari being the last remaining browser. The implementation for JSC (Safari, Bun) is complete but not merged yet.
π Building a browser API in one shot - With a good prompt created by an expert, Claude Opus can one-shot a decent TypeScript implementation of IndexedDB.
π Read Online Hi everyone! This week is rather quiet in the React world, so we took a step back on Vinext, found great community blog posts, and weak signals. On the React Native side, letβs welcome our new author, Jan Jaworski, who covered the new Expo SDK and the State of React Native survey results, among many other things. Let's dive in! πΈ Sponsor Still writing tests manually? Notion, Dropbox and LaunchDarkly have found a new testing paradigm - and they can't imagine working without it....
π Read Online Hello everyone, Krzysztof and Kacper from Software Mansion here π The React Foundation officially launched. Cloudflare rebuilt the whole Next.js in a week using AI. In the meantime, the real Next.js is adding version-matched docs so agents always have context on new and recently updated APIs. On the React Native side, Hermes is moving beyond mobile: Hermes-node brings the engine to Node.js as a potential V8 swap. CSS Grid is also coming to React Native, and TanStack Router has...
π Read Online Hi everyone! Huge thanks β€οΈ β we just hit #1 resource on the State of React 2025 survey. Wild. This week leans heavily into TanStack and Next.js content, plus a few notable releases worth your time. On mobile, Hermes is clearly ramping up, and ByteDance just lowered the barrier to building Lynx apps. Letβs dive in. As always, thanks for supporting us on your favorite platform: π¦ Bluesky βοΈ X / Twitter π LinkedIn π½ Reddit πΈ Sponsor Cut Code Review Time & Bugs in Half Code reviews...