Lakshya Thakur (@Lakbychance)

react-scan이 AI로 빠르게 생성되는 코드에서 성능 회귀를 추론하고 수정하는 데 유용한 도구라고 소개하며 작성자가 @aidenybai에게 칭찬을 보냄. 또한 React compiler를 사용해 여러 memo 호출 없이도 불필요한 리렌더를 줄일 수 있어 개발 편의성과 성능 관리에 도움이 된다고 언급함.

https://x.com/Lakbychance/status/2014290030395809951

#react #reactscan #reactcompiler #performance #developertools

Lakshya Thakur (@Lakbychance) on X

react-scan has been a great tool to infer and modify the code, especially when its rapidly being generated by AI to prevent performance regressions. Great work @aidenybai . Oh and react compiler is cool. I didn't have to write a bunch of memo calls to prevent re-renders.

X (formerly Twitter)

New post on our blog, this time about the recent React Conf 2025! ⚛️

Discover the key announcements, including React Foundation, the React Compiler, and major updates for React and React Native.

#React #ReactConf #ReactFoundation #ReactCompiler

https://blog.codeminer42.com/react-conf-2025-takeaways-learn-once-write-once/

React Conf 2025 Takeaways: Learn once. Write once. - The Miners

Discover the key announcements and insights from React Conf 2025, including React Foundation, the React Compiler, and major updates for React and React Native.

The Miners - Codeminer42’s Engineering Blog

> the memory leak is added back in by the compiler’s memoization magic. For developers who will be new to React after the compiler becomes the default, this might be very hard to realize, debug and fix.

https://schiener.io/2024-07-07/react-closures-compiler

#webDev #react #javascript #web #development #reactJS #reactCompiler

Sneaky React Memory Leaks: How the React compiler won’t save you

How the React compiler handles memory leaks caused by closures and why it won’t save us from them.

Kevin Schiener

> This is where React Compiler comes in. The compiler is a tool developed by the React core team. It plugs into our build system, grabs the original components' code, and tries to convert it into code where components, their props, and hooks' dependencies are memoized by default. The end result is similar to wrapping everything in memo, useMemo, or useCallback.

https://www.developerway.com/posts/i-tried-react-compiler

#reactJs #javaScript #webDev #useMemo #useCallback #reactCompiler

I tried React Compiler today, and guess what... 😉

Investigating whether we can forget about memoization in React, now that the React Compiler is open-sourced.

Pretty psyched to get a go on #React 19 and the #ReactCompiler… and a #rustlang(?) version.
React Labs: What We've Been Working On – February 2024 – React

The library for web and native user interfaces