DEV Community

Discussion on: VanillaJS or Frameworks/Libraries (React)?

Collapse
 
valeriavg profile image
Valeria

I woul like to provide a counterargument to this. I'm actually rewriting a dashboard made in Preact to just JS with CustomElements (which is part of the standard). It is so much less boilerplate and so much more control. I had my share of React in very complex projects and we ended up writing components like video player in plain old JS and wrapping them in React components.