State management architecture in Nx
A structured approach to Angular applications with Ngrx Signal Store

Search for a command to run...
Series
In this series I talk about a very nice tool, NX
A structured approach to Angular applications with Ngrx Signal Store

Quick personal talk This feature of NX completely changed my way of developing products, because at the end it’s “just” a nice tool but in fact it’s way more than that. You could build your own framework to do the same thing : enforcing a nice, devel...

Understanding libraries types Hello friends 🚀! As we saw in the previous article, one of NX's core features is the ability to create libraries. These libraries can be categorized into different types, each serving a unique purpose and playing a spec...

Introduction Hello friends 🚀! In a monorepo, the mindset shifts from thinking in terms of applications to thinking in terms of libraries. This approach encourages the creation of reusable, modular code that can be shared across multiple applications...

Hello friends 🚀! In the last article we saw how to create a monorepo with NX project : Getting started with NX & Angular .github: This folder contains the configuration for GitHub Actions. We will cover how to use it in another article. .nx: This...

Hello friends 🚀! In this article, I'll walk you through the steps to install NX and Angular. But what is NX ? I discovered NX in 2019, I used it to manage several Angular apps for a big french bank, and I still use it in my day to day job. I love t...
