Whats Different about nest to another frameworks?
Why we have to use nest.js?
Please say your opinion.
Typescript
Nest.js leverages what I would call a high quality codebase.
What I really like about it is how familiar it is to the code structure of Angular, aka decorator based (metadata annotation as to what it is called in other languages) and the support of TypeScript.
OFFT:
What I really wish, is that from the beginning, Nest.js would've had separate plugins/modules for all the server stuff, so I didn't have to tear it apart myself for browser usage.
Example: https://github.com/marcus-sa/zeus/blob/master/client/src/index.tsx
Type safety in the Node.js world + nice structure + a hefty amount of features out of the box.
Beside the given advantages I like that it gives me a clear way on how to do things properly :).
NestJS is architecture framework.
if you like clean and organized code, this one is the best out there
if you look for frameworks that does everything for you like meteor, this one is not for you.
its flexible and gives you the ability to combine all your favorites npm libraries in organized and clean way
the most important thinks for me in a framework, is the ability to bundle small components and reuse them in a future projects and in NestJS i am able to do it easily and clean
La curva de aprender nest.js es bastante comoda para las personas que vienen de angular. Tiene una estructura bastante ordenada que te permite pensar m谩s en el desarrollo que en la infraestructura. Junto a typescript que ofrece un plus muy bueno que te da la posibilidad de trabajar lo mejor del paradigma POO y Funcional
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Most helpful comment
Typescript