3
2 Comments

An abbreviated history of JavaScript package managers

https://javascript.plainenglish.io/an-abbreviated-history-of-javascript-package-managers-f9797be7cf0e
submitted this linkon July 6, 2022
  1. 1

    xbps and apk are worth checking out too (even though they aren't javascript frameworks)

  2. 1

    I hear a lot of people recently telling me about that their beef with npm is that people are too dependant on packages, sometimes using ones for that could also have been written in a few lines of code(I'm guilty of this), but i don't see that as a valid critique.

    The JS community has filled in the gaps of the language, so as a result some apps have hundreds of dependencies (I'm guessing thousands too, but I don't know from any first hand experience).