top | item 34205590

(no title)

okhobb | 3 years ago

I've found NestJs to be a very thoughtful application framework. I'd argue it demonstrates pro-level typescript coding.

https://github.com/nestjs/nest

discuss

order

jconley|3 years ago

Nest is impressive. Especially if you came from .Net or Java. I just started a new project with Nest recently and it was a breath of fresh air. It has all the bits I had to add manually to other Node projects in the past. I feel like they go a bit over the top promoting design patterns in their documentation, though I appreciate how methodical they are with them in their own code.