|
|
|
|
|
by perilunar
1513 days ago
|
|
Not Javascript's dependency problem, but NPM's dependency problem. You don't need to use NPM to build things in JS — it's perfectly feasible to manually load just the scripts you need, and avoid build steps, frameworks, and dependencies. |
|
Coincidentally one of my previous posts was about a no tool approach. https://danthedev.com/web-dev-without-tools/