Claude writes your code. Claude reviews your code. Claude fixes the review comments. And somehow, you're the one getting paged at 2am when it breaks in prod.
The integration has finally started to land in mainstream libs, starting with Oxlint, but may others are following:
π¦ Oxlint 1.70 - Add a react/react-compiler rule - This experimental rule leverages the Rust port of the React Compiler and surfaces the same diagnostics as eslint-plugin-react-compiler. Early adopters (React Spectrum, Sanity) have already reported significant (x5-6) performance improvements.
π SWC PR - Add React Compiler - The PR has been merged and released in Rust crate v68.1, exposing a new jsc.transform.reactCompiler configuration option.
π Rspack PR - Bump SWC to support the React Compiler - In the next v2.1 release (the beta drops tomorrow), builtin:swc-loader will support the React Compiler in Rust. The Rspack team reported that the Rust version is 7-13x faster than the Babel one (tweet).
π HTML proposal - Localized time formatting without JavaScript - Have you ever come across date-related SSR/SSG hydration errors in React or any other framework? Apparently, browser vendors agree that these problems need to be solved, and hereβs an initial proposal based on declarative HTML attributes.
π WordPress - React 19 upgrade temporarily reverted in Gutenberg - WordPress initially announced a React 19 upgrade for the Gutenberg plugin and WordPress. They encountered JSX runtime compatibility issues between React v18/v19 and had to revert. Support for v19 is still planned for WordPress 7.1.
π Rethinking TSRX - The TSRX (TypeScript Render Extensions) syntax has been redesigned to be backward-compatible with JSX, easing its adoption and making its proprietary features more explicit. An interesting project to watch this year, coming from Dominic Gannaway (React, Svelte, Inferno), offering an ergonomic shared UI syntax compatible with various framework runtimes.
π Module System Dependency Injection in React & Friends - An interesting overview of Dependency Injection across React meta-frameworks, and a critique of Next.js suggestion to use the module system for DI in RSCs.
π Building an LLM safe design system - Polarβs new design system relies on a single polymorphic component with typesafe props accepting StyleX design tokens. They forbid the usage of Tailwind or primitive HTML elements, so that AI agents always respect their design decisions.
π¦ Hydrogen developer preview - Shopifyβs framework, initially leaning on Remix/React, is becoming a framework/runtime agnostic toolkit, designed in partnership with the Next.js team.
console.log("here")doesn't cut it in production. Structured logs do.
Use this tutorial to connect LogTape + Sentry and make every log searchable, queryable, and connected to your traces. When something breaks, you'll get the full picture: log events, error context, and Session Replay, all linked by trace ID.
The new React Native release is out! This time, there are no major features or changes. Itβs focused on fixes and stability improvements. Although it might not seem that exciting, the good news is that there are no breaking changes, which should make upgrading that much easier. Especially, with all the AI tools that can assist in it. π
Here are the highlights:
The React Native repository has moved to the /react GitHub org under the React Foundation, alongside other core projects. Itβs a major step toward a more independent foundation focused on stewarding Reactβs future.
Comprehensive edge-to-edge support on Android 15+.
Performance tracing improvements in React Native DevTools.
ποΈ Chain React - πΊπΈ Portland - 30-31 July. Don't miss talks from experts at Expo, React Foundation, Software Mansion, and Infinite Red! Get a 15% discount with code "TWIR".
π React Native, Hermes bytecode, and the Kindle homepage - Amazon e-readers use RN to power their homepage. The author, a Kindle modder, dives into Hermes bytecode to patch the Kindle homepage and remove carousel ads.
π Faster iOS Builds with Precompiled XCFrameworks - prebuild Expo modules are now enabled by default, a step towards moving away from CocoaPods and reducing the amount of native compilation steps. Itβs a part of a broader modernization effort.
π Node.js PR - Experimental support for package maps - Node.js can now resolve packages using a static JSON file generated by a package manager, instead of walking node_modules directories. This can make resolution more reliable, decoupled, and performant. Already supported by Yarn 4.17, and possibly soon in pnpm?
π Read Online Hi everyone, Seb and Jan here π! This week we have React and Next.js security patches. React Aria becomes first-class in shadcn. A benchmark grades coding agents at real React tasks. The rise of TSRX and its upcoming framework. On the mobile side, Swift Package Manager support is finally coming. A TC39 meeting is in progress; we'll share the proposal updates next week. Oxlint type-aware linting is ready for prime-time. Meanwhile, Yuku explains how it outperforms Oxc at parsing...
π Read Online Hi everyone, Konrad and Szymon from Software Mansion here. This week, the React team documented its reorganization into working groups. The docs got a new section on what actually activates a Suspense boundary. A few thoughtful posts weighed React against lighter alternatives like HTMX and SolidJS. On the React Native side, two RFCs caught our eye: media queries in StyleSheet and ViewTransition support, plus a Nitro Modules rewrite of Rive that's up to 94x faster. Also worth...
π Read Online Hi everyone, Seb and Jan here π! Things are relatively calm on the React side this week, but it's still worth highlighting Base UI becoming the default headless lib in shadcn, and Vinext getting close to production-ready. On the mobile side, React Native 0.87 went full Marie Kondo. We also have a nice preview of React Navigation 8 and the relentless stream of AI tooling updates. TypeScript 7.0 is out, and it's 10x faster. Ecma has officially approved ES2026, and HTTP is finally...