Show HN: I built a JavaScript UI library with reactive atomic updates (github.com)

6 points by bloomca ↗ HN
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!

0 comments

[ 5.2 ms ] story [ 15.0 ms ] thread

No comments yet.