Hey everyone, I just finished polishing a bit this little framework I've been working on in the past few months.
I thought some people here might find it interesting, it's basically a different take on Solid, with a focus on the client side.
It uses Observables instead of Signals (which are basically Observables with getter and setter as separate functions), it's faster than Inferno (and therefore React/Svelte/Vue too) even without using the "template" function, it's about as fast as Solid with the "template" function, without needing a special Babel transform or other compile-time magic.
1 comment
[ 3.4 ms ] story [ 14.2 ms ] threadI thought some people here might find it interesting, it's basically a different take on Solid, with a focus on the client side.
It uses Observables instead of Signals (which are basically Observables with getter and setter as separate functions), it's faster than Inferno (and therefore React/Svelte/Vue too) even without using the "template" function, it's about as fast as Solid with the "template" function, without needing a special Babel transform or other compile-time magic.
Maybe you'll like it.