HaasStefan / ng-journal-comments

Comment repository containing all the comments as issues using utterances
2 stars 0 forks source link

https://ng-journal.com/blog/2023-10-29-modular-monoliths-with-nx/ #9

Open utterances-bot opened 5 months ago

utterances-bot commented 5 months ago

Modular Monoliths with Nx

Frontend architecture is a crucial part of every application. It is the foundation for maintainable and scalable applications. In this blog, I will show you how to build scalable Angular applications using Nx. We will learn about monorepositories, Nx, and the Enterprise Monorepo Pattern. We will also discuss best practices and patterns for building scalable Angular applications.

https://ng-journal.com/blog/2023-10-29-modular-monoliths-with-nx/

bjeschke commented 5 months ago

Why you create a new lib for the component, the data-access and the model seperately? That makes no sense. That should be a lib for the whole component.

trentschnee commented 2 months ago

@bjeschke He created a new lib for each component. Otherwise, nx wouldn't know a change has occurred.

trentschnee commented 2 months ago

i think* ^