Works By The Author...

Is Next.js Worth It?

Is Next.js Worth It?

Is Next.js Worth It? This article hopes to touch on some of the high level points of why you would or wouldn’t use Next.js. Before going any further, we need to define what Next.js is. Marketing blurb from nextjs.org: Used by some of the world’s largest...
A Complicated NGRX Selectors Example

A Complicated NGRX Selectors Example

A Complicated NGRX Selectors Example Continuing my series on NGRX selectors (see my previous article on the top 5 ways to misuse NGRX selectors), this one focuses on describing a full featured example of selectors for your reference. I won’t go through all the code...
Top 5 Ways to Misuse NGRX Selectors

Top 5 Ways to Misuse NGRX Selectors

Top 5 Ways to Misuse NGRX Selectors In my 6 years of experience with Angular and NGRX, I’ve noticed that most developers (including me) don’t get selectors right a lot of times. And that’s a problem because selectors are probably the most important part of NGRX when...