|
|
|
|
|
by deckard1
972 days ago
|
|
Nestjs is my least favorite framework I've used in the past 10 years. Just a step below RxJS. It's an ORM which means performance you may as well forget it. It's such a memory hog. On top of GraphQL, which can easily cause performance issues on its very own without help thank you very much. It's like the N + 1 problem had a baby with a memory leak. Why devs keep doing this to themselves I'll never understand. You don't need this level of pain for even a massive API codebase. |
|