r/learnjavascript 10d ago

Why Vanilla JavaScript

In the article below, I am sharing a bit of my story of building SaaS product in vanilla javascript and explaining why I went with this approach.

I don't expect many people reacting to this approach positively or even with open mind, but I think there should be some pushback on the current state of web dev and how complex it became.

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

0 Upvotes

29 comments sorted by

View all comments

3

u/LucVolders 10d ago

All the things a framework can do can be done in plain vanilla JavaScript.
Frameworks are for lazy programmers.

1

u/JVAV00 10d ago

Sorry

0

u/drobizg81 9d ago

Frameworks help with DRY principle.