Can you use Airwire with Svelte?
Hi,
I'm a big fan of Svelte, and Airwire looks interesting to me.
I'm not sure if I can use Airwire with Svelte, because Svelte outputs vanilla js.
Svelte is a radical new approach to building user interfaces. Whereas traditional frameworks like React and Vue do the bulk of their work in the browser, Svelte shifts that work into a compile step that happens when you build your app.
So, is it possible to combine those two?
Thanks! Jeroen
I took a look at how Svelte reactivity works, and I think this should be easy to implement. I'll try to do that today or tomorrow :)
Ahh also would love this! i did not realize Svelte was not really supported.