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.
JeBAug 16, 20213 minCustom React Hooks: Why Do We Need a ContextTL;DR Custom React Hooks is a very convenient way to encapsulate logic and pass the data down the rendering tree. The rules for custom...