Daniel Sitnik
Apr 21, 2022
If your first goal is to learn the basics of developing a web app composed of a frontend that communicates with a backend through REST APIs, then I would go with the Angular + NestJS combo.
My reasoning is that they both use TypeScript (a superset of JavaScript) and the architecture of both frameworks follow the same patterns. Both applications (front and back) will be structured around Modules, Controllers and Services. You need to learn just one language, and since the frameworks are so similar, the concepts you learn from Angular can easily be related to Nest and vice-versa.
Once you learn the basics you can start switching frameworks and languages and going for something different.
28.6k views28.6k
Comments







































































































