Earlier quoted context omitted.
> A counter point would be to look at the Python ecosystem. They have many fewer libraries but the ones they have are very well maintained and widely adopted. So what? It is what it is - the python ecosystem faces completely different challenges than the JS ecosystem, if the browsers exclusively ran Python instead of JS it would be the exact same situation for Python. > JS/Node is full of unmaintained projects that p…
It isn't contrariarism. The end result is that most JS libraries are immature, have complex edge cases that can only be fulfilled by one package but not from another similar package, and that old packages don't evolve to adapt to new paradigms. Knowing that pretty much every Python dev knows how to use requests, Django, and NumPy means saving a huge amount of effort in retraining and fighting to pick and choose on ch…
> Knowing that pretty much every Python dev knows how to use requests, Django, and NumPy
This isn't true, but even if I grant this to be true, you could just as accurately say pretty much every js dev knows node, axios and react.