Have you guys heard of Svelte? It seems really cool! The fact that it does most of the work at compile-time rather than runtime makes for a huge performance boost. There's also no virtual DOM, which adds another small performance boost. I'd even go as far and say it might be faster than Mithril! 😜 I think I'm definitely going to try using it instead of something like Vue or React for my next app! The only downside I see is that it doesn't have a routing library (I tried Page.js with a sample app and it works really nice though, took some extra work for lazy-loading however). Have any of you learned/tried it? What do you think? I'm loving it so far!