JeBFeb 2114 minOptimizing Your Web App: How to Score 100 on LighthouseWhile you may be using SSR, having all the content discoverable in the initial HTML, using a CDN for caching, and following all the best...
JeBApr 28, 20224 minStop Using Function Parameters NowWhy you shouldn't be using function parameters in JavaScript and what the alternative is.
JeBDec 17, 20218 minBoosting Your React App Performance with React ProfilerA guide to measuring and improving React Apps performance with React Profiler. Accompanied by a web app that makes it easy to follow along.