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 π! 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...
π Read Online Hi everyone, Kasia and Kuba from Software Mansion here. This week, Next.js 16.3 officially shipped, bringing Instant Navigations to the App Router and cutting dev server RAM usage by up to 90%. On the React Native side, a new, faster PlainText component and a deep dive into Vision Camera v5. Across the broader dev ecosystem, GitHub stacked PRs finally entered public preview with native base retargeting and a gh-stack CLI. Let's dive in! ποΈFYI: weβre taking a break next week; see...