Back to articles
5 Reasons Why I Built an ERP in Vanilla JavaScript

5 Reasons Why I Built an ERP in Vanilla JavaScript

via Dev.toPavel L.

"What framework did you use?" I hear this quite often from other devs when I share my journey building the ERP system I completed this year. 1. Freedom Every time I started building with Svelte, React or Next.js I felt... constrained. I don't want to criticise these technologies, they are great and each has its audience. Back in the day they solved real limitations of JavaScript around code organisation, modularity, component architecture and state management. But today things are different. JavaScript itself has grown up. You can build reusable components, use ES module imports natively, write clean arrow functions and structure things in an object oriented way without a framework telling you how. There is one catch though. JavaScript is not a framework. No enforced structure, no constraints, absolute freedom to build things exactly the way you want. Including doing them completely wrong. That is what most developers associate with the word "Vanilla" and honestly I get it. Here is a s

Continue reading on Dev.to

Opens in a new tab

Read Full Article
2 views

Related Articles