JeBDec 17, 20218 min readBoosting 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 min readCustom 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...