Hacker News new | ask | show | jobs
by adparadox 1211 days 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/ 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.
1 comments

Web Components suck, Custom Elements is where it’s at ;)

Just leave out the attachShadow.