Tagged articles

React Compiler

8 articles · Page 1 of 1
ByteDance Web Infra
ByteDance Web Infra
Jun 26, 2026 · Frontend Development

Rspack 2.1 Boosts Build Speed Up to 13× with Rust‑Based React Compiler

Rspack 2.1 has been released, delivering a Rust‑implemented React Compiler that runs 7‑13× faster than the previous Babel version, overall production builds that are about 16% quicker, HMR improvements of roughly 5%, and a host of new features such as import.meta.glob support, createRequire parsing, magic comments, source‑phase imports, automatic cache cleanup, plus ecosystem updates for TanStack RSC, Rsbuild, Rslib, Rstest, Rslint, Rspress, Rsdoctor and rspack‑merge.

React CompilerRspackRust
0 likes · 24 min read
Rspack 2.1 Boosts Build Speed Up to 13× with Rust‑Based React Compiler
Full-Stack Cultivation Path
Full-Stack Cultivation Path
Dec 2, 2025 · Frontend Development

Why React Introduced a Compiler to Automate Performance Optimization

React Compiler 1.0, released in 2023, automatically eliminates the need for manual useMemo, useCallback, and memo by statically analyzing code to cache computations, generate update conditions, and replace these hooks, offering a safer, more comprehensive performance boost across Vite, Webpack, Next.js, and React Native projects.

BabelNext.jsReAct
0 likes · 7 min read
Why React Introduced a Compiler to Automate Performance Optimization
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Nov 4, 2025 · Frontend Development

How React Compiler Ends Four Years of Manual Optimization

This article reviews recent React developments—including the React 19.2 release, new Activity and useEffectEvent APIs, the stable 1.0 release of babel‑plugin‑react‑compiler—and explains how automatic compiler‑based optimizations replace manual memo, useCallback, and useMemo patterns, while also covering KeepAlive challenges and code examples.

FrontendReActReact Compiler
0 likes · 9 min read
How React Compiler Ends Four Years of Manual Optimization
Code Mala Tang
Code Mala Tang
Jul 11, 2024 · Frontend Development

How React Compiler Eliminates Unnecessary Re‑renders: Real‑World Tests

This article explores React 19's new React Compiler, explains how it automatically memoizes components to cut redundant renders, and walks through three practical examples that compare its behavior with traditional React.memo, useMemo, and useCallback techniques.

Frontend PerformanceNext.jsReAct
0 likes · 8 min read
How React Compiler Eliminates Unnecessary Re‑renders: Real‑World Tests
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Jun 18, 2024 · Frontend Development

React 19 New Features: use API, Preload API, Actions, Optimistic Updates, and React Compiler

This article introduces the new React 19 APIs—including the versatile use API for data fetching and conditional context, resource preloading helpers, enhanced Actions with useTransition, useActionState, useFormState, useOptimistic, as well as deprecations, improved hydrate error messages, and the experimental React Compiler—providing code examples and migration guidance.

ReActReact CompilerSuspense
0 likes · 17 min read
React 19 New Features: use API, Preload API, Actions, Optimistic Updates, and React Compiler
IT Services Circle
IT Services Circle
May 19, 2024 · Frontend Development

Highlights from React Conf 2024: React 19 New Features, React Compiler, and Remix Integration

React Conf 2024 showcased the upcoming React 19 beta with new Actions hooks, server components, ref-as-prop, metadata support, resource preloading, and the experimental React Compiler, while also announcing the merger of Remix into React Router v7, offering developers a comprehensive overview of the latest frontend innovations.

ReActReact 19React Compiler
0 likes · 8 min read
Highlights from React Conf 2024: React 19 New Features, React Compiler, and Remix Integration