Content
@
0 reply
0 recast
0 reaction
@git
React 19 compiler (beta) cleans up after you It targets memo-related hooks & automatically fixes Rules-of-React violations statically If you're work in a large React codebase I'd give it a shot. It can improve perf significantly https://react.dev/learn/react-compiler#opt-out-of-the-compiler-for-a-component
1 reply
6 recasts
22 reactions
Darryl Yeo 🛠️
@darrylyeo
React Compiler (when it ever comes out of beta) will definitely drastically improve things from where they are now – no question there. But it is still a local maximum and you can only put so much lipstick on a pig. Unless React fundamentally overhauls itself from being virtual DOM-based to block DOM or signal-based like literally every other framework right now, you are needlessly incurring costs on bundle size, runtime performance, developer experience and user experience by continuing to use it. https://warpcast.com/darrylyeo/0x89943d9c
3 replies
0 recast
3 reactions