I haven't picked an alternative yet. I'm stuck with svelte for the foreseeable future, since I have probably around 40k lines of code written using it.
Vanilla js is great for small things, but it's hard to reconcile state with the dom reliably. I like the idea of a very small framework supplemente...