TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

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

1 pointsby Yiinabout 2 months ago
I really like how Vue 3 handles reactive state. It&#x27;s simple and works well.<p>But it&#x27;s tied to the frontend, so I wrote something similar that works in plain JavaScript, without Vue or any UI layer.<p>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.<p>Might be useful if you want reactive state outside of the frontend.<p>GitHub: <a href="https:&#x2F;&#x2F;github.com&#x2F;Yiin&#x2F;reactive-proxy-state">https:&#x2F;&#x2F;github.com&#x2F;Yiin&#x2F;reactive-proxy-state</a>

1 comment

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