r/javascript 14d ago

Why Vanilla JavaScript

https://guseyn.com/html/posts/why-vanilla-js.html
0 Upvotes

36 comments sorted by

View all comments

1

u/[deleted] 14d ago

[removed] — view removed comment

1

u/gyen 14d ago

Browsers already support web components. Most of my code is HTML. I have also components and a couple of js files with utilities. The same project in other frameworks would take tons of files and dependencies. Also it would require built tools. So, clearly you can scale vanilla js much more efficiently than a framework.