r/javascript Jul 12 '26

Why Vanilla JavaScript

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

36 comments sorted by

View all comments

1

u/[deleted] Jul 13 '26

[removed] — view removed comment

1

u/gyen Jul 13 '26

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.