top of page
Just Jeb
Search


Optimizing Your Web App: How to Score 100 on Lighthouse
While you may be using SSR, having all the content discoverable in the initial HTML, using a CDN for caching, and following all the best...
JeB
Feb 21, 202314 min read


Stop Using Function Parameters Now
Why you shouldn't be using function parameters in JavaScript and what the alternative is.
JeB
Apr 28, 20224 min read


Boosting Your React App Performance with React Profiler
A guide to measuring and improving React Apps performance with React Profiler. Accompanied by a web app that makes it easy to follow along.
JeB
Dec 17, 20218 min read


Custom React Hooks: Why Do We Need a Context
TL;DR Custom React Hooks is a very convenient way to encapsulate logic and pass the data down the rendering tree. The rules for custom...
JeB
Aug 16, 20213 min read
bottom of page