DEV Community

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

Collapse
 
andrewbaisden profile image
Andrew Baisden

I just learned how to use Node with TypeScript in an Udemy course. The teacher mentioned NestJS as an alternative to Express. It looks similar to Express I might try it in the future. So much to learn.

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.