5 ms·
I'm in the same camp and never want to run a build process for JavaScript ever again. I've been slowly improving https://dlitejs.com/ https://dlitejs.com/ which
by adparadox 4y ago
I'm in the same camp and never want to run a build process for JavaScript ever again. I've been slowly improving https://dlitejs.com/ https://dlitejs.com/ which is a minimal (5kB minified + gzipped) JavaScript framework which works great loaded from unpkg. It's pretty crazy to see how lean a framework can be nowadays (even with two-way binding, directives, and event binding) when leveraging newer standards like Web Components and the Shadow DOM.
- eurasiantiger 4y agoWeb Components suck, Custom Elements is where it’s at ;) Just leave out the attachShadow.
- adparadox 4y agohttps://github.com/adamghill/dlite/blob/main/src/component.js#L104 https://github.com/adamghill/dlite/blob/main/src/component.j... ;)