Mador - Make any DOM reactive with a tiny 80-line Proxy state tuple
Show HN: Mador – Make any DOM reactive with a tiny 80-line Proxy state tuple
Mador is a minimal reactive DOM runtime that brings reactivity to existing HTML without requiring a framework. It uses a tiny 80-line Proxy-based state tuple to track dependencies and automatically update bound elements. With no components, templates, or virtual DOM, Mador is perfect for projects that need a little reactivity without the overhead. The runtime is just 855 bytes minified and can be used via npm or CDN, making it incredibly lightweight and easy to integrate.
Mador is for people who don't need or want a framework. It gives you reactive state and a way to bind that state to existing DOM.