One simple trick to optimize React re-rendersWithout using React.memo, PureComponent, or shouldComponentUpdatereact#frontend#react#re-renders#optimizations·kentcdodds.com·Oct 9, 2024One simple trick to optimize React re-renders
Optimising Core Web Vitals on SPAsSingle-page applications present some unique challenges for measuring and optimising core web vitals, here we review the key optimisations you should be making for your SPAchrome#frontend#chrome#web-vitals#optimizations#SPA·simonhearne.com·Oct 8, 2024Optimising Core Web Vitals on SPAs
How we made Vite 4.3 faaaasterJust like @sapphi-red said, Vite 4.3 has made amazing performance improvements over Vite 4.2vite#frontend#vite#benchmarks#performance#optimizations·sun0day.github.io·Oct 8, 2024How we made Vite 4.3 faaaaster
How we optimized package imports in Next.js - VercelHow solving barrel files led to faster cold boots and build times.nextJS#frontend#nextJS#optimizations#imports#optimizePackageImports·vercel.com·Oct 8, 2024How we optimized package imports in Next.js - Vercel
Exploring V8's strings: implementation and optimizations | iliazeuschrome#v8 engine#performance#optimizations#strings·iliazeus.github.io·Dec 18, 2023Exploring V8's strings: implementation and optimizations | iliazeus