JeBFeb 21, 202314 min readOptimizing 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...
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...
JeBAug 8, 20217 min readAngular CLI under the hood - builders demystifiedHey folks. Hope the sun is shining for you today. In the previous article we talked about customizing Angular build configuration without...
JeBJul 14, 202110 min readChrome Extension with Angular — from Zero to a Little Heroor a short how-to and why-in-the-world Hey folks. Today we’re going to explore the process of developing a Chrome extension with Angular....
JeBJul 1, 20212 min readAngular CLI: “ng test” with Jest in 3 minutesHey folks. Today I’m going to show you how to setup your Angular CLI workspace to work with Jest while keeping it clear of boilerplate...
JeBJun 30, 20213 min readCustomizing Angular CLI buildAn alternative to ng eject So, your Angular CLI project just went a bit beyond a TODO app and you have to customize your build...