DEV Community

Discussion on: What are/were your go-to resources for learning TypeScript?

Collapse
 
anzhari profile image
Anzhari Purnomo • Edited

In a sense, Nest JS is actually quite different than Express, although Nest JS is built on top of Express.

The one thing that really trip me up is how opinionated Nest JS is compared to Express, especially their dependency injection pattern. But after awhile, it will feel natural and you would be thankful to have structures in the code.