June 2024
Understanding React Compiler
A great theoretical article about transpilers, compilers, optimizers. What they are how they work, and mostly how React Compiler works.
A great theoretical article about transpilers, compilers, optimizers. What they are how they work, and mostly how React Compiler works.
Discover with concrete exemple how react compiler works and why you won't have to use the memo and callback hooks. The react seems to continue to want simplify the DX, and if we can improve the performances at the same time, seems a win-win to me.
Great interview of Evan You, the creator of Vue and Vite. Discover how he was able to transform a small prototype to help him during the development of vue 3 into the most hyper javascript build tool.