Hacker News

ABAL: All Books, All Languages

Hacker News - Sat, 04/05/2025 - 9:51pm

Article URL: https://www.abal.ai

Comments URL: https://news.ycombinator.com/item?id=43598325

Points: 1

# Comments: 1

Categories: Hacker News

Show HN: Reactive Proxy State – Vue-style reactivity without Vue

Hacker News - Sat, 04/05/2025 - 8:50pm

I really like how Vue 3 handles reactive state. It's simple and works well.

But it's tied to the frontend, so I wrote something similar that works in plain JavaScript, without Vue or any UI layer.

I called it Reactive Proxy State ...because it is. It uses proxies and tracks deep changes. Works with arrays, Maps, Sets, Dates. Emits changes so state can be rebuilt.

Might be useful if you want reactive state outside of the frontend.

GitHub: https://github.com/Yiin/reactive-proxy-state

Comments URL: https://news.ycombinator.com/item?id=43598052

Points: 1

# Comments: 1

Categories: Hacker News

Pages