DEV Community

Discussion on: Some libraries you can use with Vanilla JS

Collapse
 
itwasmattgregg profile image
Matt Gregg

With this definition then libraries like Vue and React are "Vanilla JS" libraries.

Thread Thread
 
z2lai profile image
z2lai

Yeah good point. I think of React as non-vanilla because of how many layers of abstraction it has. But I guess ultimately, if there's even one layer of abstraction, like packaging a one-liner into a library, then it might as well be considered non-vanilla.