Awesome project, feels very refreshing even for me being a great fan of Vite and Astro.
Just curious, how do you handle the client side reactivity? Does it use something like virtual dom with diffing or do you compile everything like Svelte (or even some other strategy)?
I've been using Astro over the last couple weeks. After reading most of the docs, I don't really see how Nue is really better on any metric aside from a smaller base local development library. For actual client builds, most of my interactive Astro pages have no JavaScript at all (instead using seamless page transitions).
Just curious, how do you handle the client side reactivity? Does it use something like virtual dom with diffing or do you compile everything like Svelte (or even some other strategy)?