DEV Community

Discussion on: Do We Need To Compile Website Components?

Collapse
 
arswaw profile image
Arswaw

I'm happy to find others who agree with me on this. We don't always need build tools. It's all HTML, CSS, and JS in the end.

I wrote an article recently about how to do this with ES6 modules.

dev.to/arswaw/create-a-lightweight...

Collapse
 
neutrino2211 profile image
Mainasara Al-amin Tsowa

Wow, your method is great and similar can be achieved without ES6, although it will mean no more import statements ☹