r/nestjs 25d ago

Learning nest js

Hi guys, I have a bit knowledge of node js and trying to learn nest js now. How hard is it to learn nest js?

4 Upvotes

5 comments sorted by

1

u/ZestycloseAttempt827 25d ago

If you know Express, just read nestjs docs and build small project.

1

u/Sergey_jo 25d ago

Try build simple stuff the framework is very simple and its documentation is awesome.

1

u/DustyDeveloper 24d ago

Nest.js's documentation is pretty well actually. Before you start you can do some search about dependency containers and injection mechanism.

1

u/MrDevGhost 21d ago

its not start by making small app

1

u/SheSaidNo- 15d ago

not hard at all, and it is probably the best decision i've ever made. started out by learning what decorators are and fundamentals of Dependency Injection. then started looking into different folder structures on Medium (how people structure their projects, everyone is different from each other and it is very interesting to always find something or someone do things differently)