top of page
Just Jeb
Search
JeB
Dec 17, 20218 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.
3,215 views0 comments
JeB
Aug 16, 20213 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...
2,901 views0 comments
JeB
Aug 8, 20217 min read
Angular CLI under the hood - builders demystified
Hey folks. Hope the sun is shining for you today. In the previous article we talked about customizing Angular build configuration without...
4,871 views6 comments
JeB
Jul 14, 202110 min read
Chrome Extension with Angular — from Zero to a Little Hero
or 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....
29,390 views18 comments
JeB
Jul 1, 20212 min read
Angular CLI: “ng test” with Jest in 3 minutes
Hey 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...
10,843 views0 comments
JeB
Jun 30, 20213 min read
Customizing Angular CLI build
An alternative to ng eject So, your Angular CLI project just went a bit beyond a TODO app and you have to customize your build...
15,085 views0 comments
bottom of page