DEV Community

Discussion on: Building a single page application with vanilla js

Collapse
 
xtrasmal profile image
Xander

I like the thought of an approach in plain javascript. At some point you might need a framework, but until then, you will have code that lasts longer and is more accessible for other javascripters(framework agnostic, so you don't need to learn more then you already know) then most frameworks. Like think of all the Angular 1 code that needs to be maintained until a massive refactor or migration.