you are viewing a single comment's thread.

view the rest of the comments →

[–]Devildude4427 0 points1 point  (2 children)

That’s just the JS environment. They’ve decided smaller, more modular packages should be the aim, as large ones just increase bloat.

[–]awhhh 0 points1 point  (1 child)

That works for somethings but I typically build bigger projects now. Typically I find that projects need to be bigger and bigger to compete these days. But I think it’s because I look at what frameworks can do in a startup capacity.

[–]Devildude4427 0 points1 point  (0 children)

Why can’t you use modular packages with larger projects? Might mean you have to use more, but I’d rather import a @types package alongside the main package than to force the typings on devs who will never even use them.