#reactcompiler search results
I spoke about #ReactCompiler, what it does and what you need to optimize next, explaining how react rerenders components and more, will share recording once ready

Flying today to Casablanca 🇲🇦 to speak at React Africa tomorrow about: “What You need to Optimize after React Compiler” ⚠️I will spam you with tweets about Morocco and the conference in the next few days so stay tuned #ReactAfrica #ReactCompiler #webperf


🚨 #ReactJS devs: with the new React Compiler, naming matters! If your custom hook returns a ref, add a Ref suffix: const myRef = useMyHook() ✅ const myVal = useMyHook()❌ Without it, the compiler assumes .current access — breaks memoization! #ReactCompiler #reactnative


I found an interesting bug with #ReactCompiler when accessing the function from the props object using dot notation and calling it => broke memoization. Because the compiler checks all props object if ($[0] !== props) { but should if ($[0] !== props.reportBug) {
![dimaMachina_'s tweet image. I found an interesting bug with #ReactCompiler when accessing the function from the props object using dot notation and calling it => broke memoization.
Because the compiler checks all props object
if ($[0] !== props) {
but should
if ($[0] !== props.reportBug) {](https://pbs.twimg.com/media/Geta3ZCbAAAmJhk.png)
2/5🔥 React Compiler Release Candidate The React Compiler is officially in RC! 🎉 It's designed to automatically optimize your React code. Plus, SWC collaboration brings experimental support. 🚀 Exciting times ahead for React developers! #React #ReactCompiler

Great work #ReactCompiler team! 2 hours after my previous tweet, you already submitted PR with a fix 😍 I have another issue: The following code is not optimized, and eslint-plugin-react-compiler doesn't report any errors too, changing 0 to '0' string, makes the compiler work!

React and React Native devs, listen up! 👂 If you're using React Compiler, please do NOT combine it with memo(...). You're just doing double work, as the parent component will always check passed props. Let the compiler do its job! #React #ReactNative #ReactCompiler

Last week I updated I enabled #reactcompiler in 7 #nextjs apps and removed all useMemo hooks. It all just worked. Even components that would become really slow earlier before I used useMemo. It cleans up the code a lot.

Le @devfestnantes c’est bientôt ! 👻 Si vous êtes de passage ce jeudi 17 octobre à 16h20, rejoignez-nous avec @Slocalyy en salle Titan pour plonger dans l’univers de @reactjs avec un focus tout particulier sur le React Compiler 🤖 #DevFestNantes #ReactCompiler
La semaine dernière, j'étais au @devfestnantes 😱 J'ai eu le plaisir d'y donner un talk sur le tout nouveau #ReactCompiler avec mon compère de toujours @CruuzAzul 🚀 Un énorme merci à tous les gens qui nous ont fait leurs retours, je suis très heureux que le talk vous ai plu 💜


I see #reactcompiler is trying to "make react great again"... by using a lot of 'neat' memoization hacks. Not gonna happen probably, but hey, no one wants to use lit, even though it's much much faster, so maybe speed is not the issue?
🚀 Big news from #ReactConference2025! React Compiler 1.0 is finally here 🎉 ⚙️ Automatic Memoization ⚡ Smarter Rendering ✅ Compatible with React 17, 18 & 19 A new era of speed and simplicity for React devs 💙 #ReactCompiler #ReactJS #WebDev
Clap de fin pour le #DevfestNantes2024 ! 🎬 Merci à notre super MC @MathieuMure et à toutes les personnes qui sont venues nous écouter parler #ReactCompiler avec @Slocalyy 🙌🏼 Merci à toute l’orga du @devfestnantes pour ce superbe événement, et j'espère à l’année prochaine 💙

Pour la troisième année consécutive, rendez-vous à Touraine Tech les 6 et 7 février prochains pour parler @reactjs et surtout #ReactCompiler avec @Slocalyy 🤖 Encore merci aux orgas de @tourainetech 🫶🏼

@reactjs just dropped a compiler bomb! The new React Compiler promises to supercharge your app's performance without you writing a single line of optimization code. Let's break it down! ⚛️ Ref:react.dev/learn/react-co… #React #ReactCompiler #WebDev 1/n 🧵

C’est parti pour ce deuxième jour de @DevoxxFR ! Si jamais vous êtes présents à l’événement et que @reactjs vous intéresse, venez nous voir @CruuzAzul et moi vendredi à 13h30 en Neuilly 153 pour nous voir parler de #ReactCompiler !
Actually very excited about #reactcompiler. I just tried it in our 3000+ component application and updating from react 18.2 to 19 plus compiler was just a drop in. Very fortunate. Only thing I noticed is that the dev server got very slow, because of babel probably. So looking…
@blenderskool Lessons from adopting react compiler. @elevenlabsio #reactnexus #reactbangalore #reactcompiler

🚀 Big news from #ReactConference2025! React Compiler 1.0 is finally here 🎉 ⚙️ Automatic Memoization ⚡ Smarter Rendering ✅ Compatible with React 17, 18 & 19 A new era of speed and simplicity for React devs 💙 #ReactCompiler #ReactJS #WebDev
Try it now 👉 npm i -D babel-plugin-react-compiler@rc Explore hands-on questions and playbooks at GreatFrontEnd: greatfrontend.com/?utm_source=so… #ReactJS #ReactCompiler #Performance #FrontendDev #CleanCode #JavaScript #DX #React19 #GreatFrontEnd
🚨 #ReactJS devs: with the new React Compiler, naming matters! If your custom hook returns a ref, add a Ref suffix: const myRef = useMyHook() ✅ const myVal = useMyHook()❌ Without it, the compiler assumes .current access — breaks memoization! #ReactCompiler #reactnative


#ReactCompiler is coming — and i believe it’s a game-changer. It turns your components into optimized code that skips re-renders automatically. No more useMemo(), useCallback() gymnastics. #React needs it to stay fast as apps and UIs grow more complex.
4/ TL;DR: The compiler rewards clean, readable code. You’ll write less “optimization junk” and your components will still run fast. Honestly, it’s how React always should have felt. #reactjs #reactcompiler #devthoughts
Our #ReactNative app faced a persistent 2s+ UI stutter on "Add to Cart" due to excessive re-renders, majorly due to accumulated tech debt. Check out this blog post detailing how we got around fixing it with minimal code changes (+ #reactcompiler) medium.com/engineering-ud…
React and React Native devs, listen up! 👂 If you're using React Compiler, please do NOT combine it with memo(...). You're just doing double work, as the parent component will always check passed props. Let the compiler do its job! #React #ReactNative #ReactCompiler

Last week I updated I enabled #reactcompiler in 7 #nextjs apps and removed all useMemo hooks. It all just worked. Even components that would become really slow earlier before I used useMemo. It cleans up the code a lot.

@blenderskool Lessons from adopting react compiler. @elevenlabsio #reactnexus #reactbangalore #reactcompiler

But here's the twist: The #ReactCompiler changes the game. It allows API innovations (signals, context updates) to happen underneath the hood. Devs & AIs still interact with familiar high-level code. Evolution without breakage.
2/5🔥 React Compiler Release Candidate The React Compiler is officially in RC! 🎉 It's designed to automatically optimize your React code. Plus, SWC collaboration brings experimental support. 🚀 Exciting times ahead for React developers! #React #ReactCompiler

🎬 Clap de fin pour cette édition de @DevoxxFR ! Un grand merci à l’équipe orga et à tous les bénévoles 🙏🏼Et merci à toutes celles et ceux qui sont venus assister à notre talk sur le #ReactCompiler avec @Slocalyy 🙌🏼 Pour revoir les slides 👉🏼 cruuzazul.dev/speaking/react…
C’est parti pour ce deuxième jour de @DevoxxFR ! Si jamais vous êtes présents à l’événement et que @reactjs vous intéresse, venez nous voir @CruuzAzul et moi vendredi à 13h30 en Neuilly 153 pour nous voir parler de #ReactCompiler !
🎉 Aujourd’hui, c’est @DevoxxFR ! J'aurais la chance de parler de @reactjs et plus précisément du #ReactCompiler aux côtés de @Slocalyy 😍 On vous embarque dans les coulisses de cette magie Vendredi à 13h30 — Salle Neuilly 153 ✨
React Compiler: Finalmente Consertaram o React? youtu.be/B8UDsHtBUsA @reactjs #reactjs #reactcompiler
youtube.com
YouTube
React Compiler: Finalmente Consertaram o React?
🚀 @devoxx approche à grands pas ! Si vous êtes de passage et que l’univers de @reactjs vous passionne, ne manquez pas notre session sur le #ReactCompiler le vendredi à 13h30 🗓️ Réservez votre place dès maintenant sur leur application et venez en apprendre plus ! 🎟️
In the meantime, please prepare your agenda and mark your favorite sessions here: mobile.devoxx.com/events/devoxxf… . This will help us allocate talks to appropriately sized rooms. Thank you!
Today I fixed 2 bugs with react-compiler github.com/facebook/react… github.com/facebook/react… wdyt #ReactCompiler team? 😎
Great work #ReactCompiler team! 2 hours after my previous tweet, you already submitted PR with a fix 😍 I have another issue: The following code is not optimized, and eslint-plugin-react-compiler doesn't report any errors too, changing 0 to '0' string, makes the compiler work!

I found an interesting bug with #ReactCompiler when accessing the function from the props object using dot notation and calling it => broke memoization. Because the compiler checks all props object if ($[0] !== props) { but should if ($[0] !== props.reportBug) {
![dimaMachina_'s tweet image. I found an interesting bug with #ReactCompiler when accessing the function from the props object using dot notation and calling it => broke memoization.
Because the compiler checks all props object
if ($[0] !== props) {
but should
if ($[0] !== props.reportBug) {](https://pbs.twimg.com/media/Geta3ZCbAAAmJhk.png)
🚨 #ReactJS devs: with the new React Compiler, naming matters! If your custom hook returns a ref, add a Ref suffix: const myRef = useMyHook() ✅ const myVal = useMyHook()❌ Without it, the compiler assumes .current access — breaks memoization! #ReactCompiler #reactnative


I spoke about #ReactCompiler, what it does and what you need to optimize next, explaining how react rerenders components and more, will share recording once ready

La semaine dernière, j'étais au @devfestnantes 😱 J'ai eu le plaisir d'y donner un talk sur le tout nouveau #ReactCompiler avec mon compère de toujours @CruuzAzul 🚀 Un énorme merci à tous les gens qui nous ont fait leurs retours, je suis très heureux que le talk vous ai plu 💜


Pour la troisième année consécutive, rendez-vous à Touraine Tech les 6 et 7 février prochains pour parler @reactjs et surtout #ReactCompiler avec @Slocalyy 🤖 Encore merci aux orgas de @tourainetech 🫶🏼

@blenderskool Lessons from adopting react compiler. @elevenlabsio #reactnexus #reactbangalore #reactcompiler

Clap de fin pour le #DevfestNantes2024 ! 🎬 Merci à notre super MC @MathieuMure et à toutes les personnes qui sont venues nous écouter parler #ReactCompiler avec @Slocalyy 🙌🏼 Merci à toute l’orga du @devfestnantes pour ce superbe événement, et j'espère à l’année prochaine 💙

@reactjs just dropped a compiler bomb! The new React Compiler promises to supercharge your app's performance without you writing a single line of optimization code. Let's break it down! ⚛️ Ref:react.dev/learn/react-co… #React #ReactCompiler #WebDev 1/n 🧵

2/5🔥 React Compiler Release Candidate The React Compiler is officially in RC! 🎉 It's designed to automatically optimize your React code. Plus, SWC collaboration brings experimental support. 🚀 Exciting times ahead for React developers! #React #ReactCompiler

Flying today to Casablanca 🇲🇦 to speak at React Africa tomorrow about: “What You need to Optimize after React Compiler” ⚠️I will spam you with tweets about Morocco and the conference in the next few days so stay tuned #ReactAfrica #ReactCompiler #webperf


React and React Native devs, listen up! 👂 If you're using React Compiler, please do NOT combine it with memo(...). You're just doing double work, as the parent component will always check passed props. Let the compiler do its job! #React #ReactNative #ReactCompiler

Great work #ReactCompiler team! 2 hours after my previous tweet, you already submitted PR with a fix 😍 I have another issue: The following code is not optimized, and eslint-plugin-react-compiler doesn't report any errors too, changing 0 to '0' string, makes the compiler work!

I found an interesting bug with #ReactCompiler when accessing the function from the props object using dot notation and calling it => broke memoization. Because the compiler checks all props object if ($[0] !== props) { but should if ($[0] !== props.reportBug) {
![dimaMachina_'s tweet image. I found an interesting bug with #ReactCompiler when accessing the function from the props object using dot notation and calling it => broke memoization.
Because the compiler checks all props object
if ($[0] !== props) {
but should
if ($[0] !== props.reportBug) {](https://pbs.twimg.com/media/Geta3ZCbAAAmJhk.png)
Last week I updated I enabled #reactcompiler in 7 #nextjs apps and removed all useMemo hooks. It all just worked. Even components that would become really slow earlier before I used useMemo. It cleans up the code a lot.

React Compiler is open source! 🚀 Optimize your React apps for speed & cleaner code. Early days, but huge potential! #ReactCompiler #OpenSource #foryou #fyp #foryoupage Read More Here tinyurl.com/mryyu4m3

Something went wrong.
Something went wrong.
United States Trends
- 1. Yamamoto 45.6K posts
- 2. #DWTS 42.8K posts
- 3. Brewers 41.6K posts
- 4. Ohtani 14K posts
- 5. #TexasHockey 3,278 posts
- 6. #FlyTogether 2,487 posts
- 7. halsey 7,975 posts
- 8. Jared Butler N/A
- 9. Young Republicans 71.1K posts
- 10. Kreider 1,102 posts
- 11. #Dodgers 16.4K posts
- 12. #MakeOffer 10.5K posts
- 13. Domain For Sale 11K posts
- 14. Robert 108K posts
- 15. Jarry N/A
- 16. Haji Wright 1,173 posts
- 17. Roldan 2,669 posts
- 18. Will Richard 2,708 posts
- 19. Ayton 2,376 posts
- 20. Carrie Ann 4,953 posts