In the 3-2-1 format of the newsletter, I’m posting a few essential articles to revisit, updates to know about, and one question to ponder:
Two updates worth knowing about AND three short articles to revisit:
- I just released two new Angular courses on LinkedIn Learning:
- Angular State Management with NgRx, a brand new version of my 2018 course, updated and expanded with Signal state, Signal store, and more!
- Angular Performance Optimization Techniques, contains everything you need to know about how to measure and improve the performance of your Angular applications. Lazy-loading, @defer, server-side rendering, and a lot more…

- Angular 20 is getting closer and closer! The first release candidate, 20.0.0-rc.0 was released earlier last week. The team is on track for a release before the end of May.
One question to ponder:
- Do you still use webpack or migrated to the new application builder using esbuild and Vite?
The new builder is so much faster that you should migrate.
The easiest way to know is to look at yourangular.json
filebuild
section:
