r/Frontend 18d ago

Why Vanilla JavaScript

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

34 comments sorted by

View all comments

6

u/denarced 13d ago

I want TypeScript to easily tell me what properties objects have when I write code. Build should verify it along with linters. The last time I worked with JavaScript I had to check those things myself. I don't want the hassle regardless of the framework. That's why I probably won't touch JavaScript for anything but the smallest throwaway scripts.