vanillaJS project setup | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
0

vanillaJS project setup

How would you structure your project with vanillaJS ? for medium size scalable projects like e-commerce,realSate,blog and so on I'm struggling and thinking that's why Framework exists like React Below is the repo, which is vanillaJS project structure with ES6 modules https://github.com/Alidhuniya/vanillaJavascript-project-setup-part-2 How often you work in pureJS project?

23rd Jun 2020, 1:05 PM
Ali Hussain Dhuniya
Ali Hussain Dhuniya - avatar
1 Antwort
0
Your organization is fine, but I honestly don't think that you should create a new module for simpler things. (For example https://github.com/Alidhuniya/vanillaJavascript-project-setup-part-2/blob/master/js/modules/home/footer.js) Anyway it's your project so go with any setup that you're comfortable with. Again your setup seems to be OK
23rd Jun 2020, 1:52 PM
Seniru
Seniru - avatar