Yiin
- Karma
- 0
- Created
- ()
- Submissions
- 0
- Show HN: Reactive Proxy State – Vue-style reactivity without Vue (yiin.github.io)
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…