Show HN: Mador – Make any DOM reactive with a tiny 80-line Proxy state tuple
Summary
Mador is a tiny reactive DOM runtime that lets you bind state to existing DOM without a full framework. It uses a Proxy-based state model with read dependencies, batches writes for efficiency, and emphasizes a minimal footprint (~855 bytes minified) and no component lifecycle. The README includes usage examples and explains reactive bindings and state updates.