Show HN: I built a JavaScript UI library with reactive atomic updates

https://github.com/Bloomca/veles
by bloomca • 2 years ago
6 0 2 years ago

Hey everyone!

Some time ago I was analyzing why React apps are so hard to optimize, and came to a conclusion that the lack of atomic updates is the culprit. I made an experimental library which basically updates everything in place directly in HTML.

At some point I became aware that Solidjs exists, which is a very similar idea, but at the end of the day I realized my approach to API is quite different and warrants the existence of my library (my state primitive allows selector subscriptions, array iterators return a state primitive with the element, allowing to never re-render the whole child).

Any feedback/ideas are welcome!

Related Stories

Loading related stories...

Source preview

github.com