weird. We all have complained about the massive size of node_modules and package.json does feel like me doing work for npm.inc
About typescript I have no idea. Why should I use a superset of a language?
There's something called pnpm that solves the node_modules issue.
Well, since it's a superset you have the choice, you don't have to
Typescript is JavaScript + a lot more. Type safe language enforces to write less buggy code. You can write code following SOLID principles more easily in Typescript than in JavaScript
Обсуждают сегодня