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

1 point by Yiin 2 months ago | 1 comment
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

  • Yiin 2 months ago
    I just realized I managed to push node_modules to git repo.... the shame :)