logoalt Hacker News

leeoniyatoday at 2:23 AM0 repliesview on HN

i'm personally a fan of ivi-js.

it has blindingly fast perf (edges out Solid by a bit), top-down data flow, with fine-grained diffing, tagged template syntax, real closure state without rules-of-hooks weirdness and waste, super efficient mem use, and no special reactive primitives like signals/observables/proxies to get that performance, so you could use it with complex serialized/able state over wire (which is not something you can do with reactive primitives).

https://github.com/localvoid/ivi