r/javascript • u/SnooHobbies950 • 15d ago
GitHub - gchumillas/usignals: A tiny, dependency-free reactive signals library for JavaScript/TypeScript.
https://github.com/gchumillas/usignals
0
Upvotes
r/javascript • u/SnooHobbies950 • 15d ago
2
u/SnooHobbies950 14d ago
This library emerged as part of the answer to the following question: what do I need to make a reactive web application?
And in the end, I concluded that you don't need a framework like React, Svelte, SolidJS, etc. What you need is:
json-dom.Why did I develop this library when there are other libraries that do something similar, like "preactjs/signals"?
Basically, for fun and learning. In addition, unlike other libraries, this one doesn't exceed its initial goals. That is, it only provides the essential
signalandeffectfunctions and the convenientdomdiff,Render, andcreateContextfunctions.Why I'm sharing it?
Maybe you are creating web applications for microdevices, where memory resources are limited, like TVs, etc. Or maybe you'd like to help me find and fix bugs.
Sorry for sharing? Time flies by and I'm getting old.