Mador – Make any DOM reactive with a tiny 80-line Proxy state tuple
SMRTR summary
Mador.js is a tiny reactive DOM library at just 855 bytes minified, built for developers who need a sprinkle of reactivity without adopting a full framework. It binds reactive state directly to existing DOM elements using selectors, skipping components, virtual DOM, and build steps entirely. State writes are batched, bindings auto-clean when elements are removed, and it works as a native ES module via npm or CDN.
SMRTR provides this summary for quick context. The original article belongs to Hacker News.
Read the original article