• Blog

    • All posts
  • About Me

  • More

    Use tab to navigate through the menu items.

    Just Jeb

    • All Posts
    • Open Source
    • Angular
    • Tutorials
    • Web
    • JavaScript
    • React
    Search
    Stop Using Function Parameters Now
    JeB
    • Apr 28
    • 4 min

    Stop Using Function Parameters Now

    Why you shouldn't be using function parameters in JavaScript and what the alternative is.
    137 views0 comments
    Boosting Your React App Performance with React Profiler
    JeB
    • Dec 17, 2021
    • 8 min

    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.
    732 views0 comments
    Custom React Hooks: Why Do We Need a Context
    JeB
    • Aug 16, 2021
    • 3 min

    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...
    475 views0 comments
    Angular CLI under the hood - builders demystified
    JeB
    • Aug 8, 2021
    • 7 min

    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...
    1,561 views6 comments
    Angular CLI: “ng test” with Jest in 3 minutes
    JeB
    • Jul 2, 2021
    • 2 min

    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...
    2,593 views0 comments
    Customizing Angular CLI build
    JeB
    • Jul 1, 2021
    • 3 min

    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...
    5,321 views0 comments