Explore tweets tagged as #reactcompiler
Still struggling with React performance issues?Forget manually optimizing with memo, useMemo, or useCallback. Let the React Compiler handle it for you automatically! ️.#rejoicehubllp #reactjs #frontenddev #newintech #performanceoptimization #reactcompiler #reactscan
1
0
1
🚨 #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
1
1
18
Reference labels for stuff in VsCode with the new ReactCompiler. DAMN THIS IS COOL. #ReactConf
0
0
6
Hi all, in this short clip I talk about the new useFormStatus hook coming in React 19. Full video link regarding React 19 in the reply. #reactjs #react19 #newreact #reactcompiler #formactions
1
0
1
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).
0
0
1
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
1
1
4
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
0
0
7
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
6
1
69
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.
0
0
0
Follow us for more tech insights and tutorials!.#React19 #JavaScript #WebDevelopment #ReactCompiler #ServerComponents #StateManagement #TechTrends #WaveZync #LearnWithWaveZync #LearnWithWZ
0
0
0
@t3dotgg I've added the experimental.reactCompiler configuration in the next.config file, installed the babel-plugin-react-compiler package, removed next/font, and moved RootLayout to a client component. This has resolved the issue.
0
0
0
@blenderskool Lessons from adopting react compiler. @elevenlabsio .#reactnexus #reactbangalore #reactcompiler
0
0
1
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) {
2
0
5
next js 14 react 19 compiler if you use react 19 compiler than go in nextconfig.json and set reactcompiler true next update.auto cache off.#nextjs #reactjs #webdev #animate #python #javascript #rust #nextjs #programming #webdevelopment #news #mextjs15 #reactcompiler
0
0
2
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!
1
0
1
@schlimmson @convex_dev @elevenlabsio @ClerkDev @getsentry @expo @nativewindcss Im getting an error when I enable reactCompiler on the expo project, is it a bug or am i doing something wrong? #expo #convex
0
0
0
🚀Day 13 from #100DaysOfCode. ✔fetch data & apply searching feature in MERN-Ecommerce.✔ Complete animation Check it:👇.Live Demo: #buildinpublic #100daysofwork #React #ReactCompiler
1
0
4
@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 #ReactCompiler #WebDev .1/n 🧵
1
1
4
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
0
5
7