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
Arti Villa
@artivilla.eth
what's your alternate? solidjs? would it work with expo for mobile? I'm down to try for a side project.
2 replies
0 recast
2 reactions
Darryl Yeo 🛠️
@darrylyeo
Yes, Solid and Svelte are the two that I can confidently recommend now. For native mobile I am currently looking into Lynx. They only have a React adapter available as of now but the architecture is agnostic and should be able to handle other framework runtimes. https://lynxjs.org/index.html
1 reply
1 recast
2 reactions
Tudor 🟣🟡
@tudorizer
yup. With a bit of translation, SolidJS does the job well. it was our choice at /addresso for the app and the frames.
0 reply
1 recast
1 reaction