Show HN: Web Components, `literal`, 0% vDOM, custom < void/> tags in production
Category: web-framework
Tags: web-components, zero-dependency, custom-elements
Score: 6.8/10 (Innovation: 7, Technical: 7, Documentation: 7, Utility: 6)
GOOD (BANG!) is a zero-dependency Web Components framework that uses custom HTML comment tags to define self-closing components, with granular direct DOM updates instead of a virtual DOM. It is interesting for its novel approach to scoped components without a build step, though its reliance on eval and the lack of SSR limit adoption.
Target audience: frontend devs
Repository: https://github.com/crisdosaygo/good.html · JavaScript · MIT · 34 stars
View on Hacker News