Qyavix
155-byte ultralight DOM runtime — hooks-style state & render
Qyavix – 155-byte ultralight DOM runtime with hooks-style state and render
Summary: Qyavix is a 155-byte, zero-dependency JavaScript runtime offering a minimal hook-style state API and a simple render function. It provides direct DOM control without virtual DOM overhead, enabling fast, lightweight UI updates suitable for micro-UI and benchmarking scenarios.
What it does
Qyavix delivers a tiny, hook-based state management system and instant re-rendering using pure JavaScript, avoiding build tools and virtual DOM abstractions.
Who it's for
It targets developers working on benchmarks, micro-UI experiments, educational projects, or ultra-small embedded widgets.
Why it matters
It reduces runtime size and complexity while maintaining clarity and control over DOM updates for performance-critical or minimal UI needs.