archtechx / airwire

A lightweight full-stack component layer that doesn't dictate your front-end framework
https://archte.ch/blog/introducing-airwire
MIT License
200 stars 9 forks source link

Can you use Airwire with Svelte? #11

Open jeroenvanrensen opened 3 years ago

jeroenvanrensen commented 3 years ago

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

stancl commented 3 years ago

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 :)

nickpoulos commented 3 years ago

Ahh also would love this! i did not realize Svelte was not really supported.