DEV Community

Discussion on: Why You Shouldn't Use A Web Framework

Collapse
 
desolosubhumus profile image
Desolo Sub Humus 🌎🌍

Well, I finished refactoring my first major project (that wasn't a static website), and now that I've gone vanilla, it's simpler to maintain, easier to use, and a heck of a lot faster - 76% faster.

Oddly enough, the amount of vanillaJS it needs to work is less overall, as I'm not fighting to make an unnecessary framework function properly anymore.