Settings

Theme

Show HN: Qyavix – A 155-byte DOM runtime inspired by React hooks

github.com

3 points by yihac1 2 months ago · 0 comments · 1 min read

Reader

Qyavix is a tiny DOM runtime with a React-like state hook (`u`) and a simple render function (`r`). The entire framework is only 155 bytes (minified, no gzip).

I built it for benchmarks, experiments, and micro-UI systems. The official website (https://qyavix.pages.dev) is fully rendered using Qyavix itself.

Features: 155 bytes total size Zero dependencies Works with plain DOM nodes Hooks-like state system Fast re-rendering (full refresh) Pure JavaScript, no build tools needed

Would love feedback from the community!

No comments yet.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection