A JSX transform optimized for server-side rendering can make rendering 7-20x faster and cut GC times in half by minimizing memory overhead and using tagged template literals. The precompiled approach is significantly faster in real-world projects.
•5m read time• From marvinh.dev
Table of contents
Optimizing JSX for the serverMixing static and dynamic partsMaking it secureWhat about components?How much faster is it in the real world?ConclusionSort: