Event language
UI language
<p></p><p>React developers have long juggled React.memo, useCallback, and useMemo to squeeze performance out of their apps. Imagine a compiler doing that work for you automatically at build time. The React Compiler promises exactly this: fine grained memoization with zero code changes.</p><p>In this talk, I will demystify the React Compiler, explain how it works, and show real before-and-after results that prove the gains are tangible. You will learn how to adopt it safely, measure its impact in your own app, and avoid common pitfalls. With live coding and side-by-side demos, I will show how a single config flag can take an app from sluggish to snappy without touching a line of component code.</p><p></p><p><br>Why This Talk Matters:</p><ul><li>The React Compiler is in RC stage, teams are evaluating it right now.</li><li>Attendees get a clear benchmarking workflow to measure impact in their apps.</li><li>Live profiler demos reveal the compiler’s optimizations in action.<br></li></ul><p></p><p>Key Takeaways:<br></p><ul><li><p>What the React Compiler does and how to enable it.</p></li><li><p>How to benchmark before/after performance with tools like Lighthouse and React Profiler.</p></li><li><p>Real-world demos showing fewer re-renders, smaller bundles, and faster UIs.</p></li><li><p>When manual optimizations are still needed, and how to spot them.</p></li></ul>