Hacker News new | ask | show | jobs
by adonig 1183 days ago
I recommend you to have a look at Phoenix Elixir LiveView next.
2 comments

And if you still want to use Svelte in LiveView for client side state management, and keep all the server side reactivity (while using Svelte!), I've made a library for it :)

https://github.com/woutdp/live_svelte

Thanks for releasing this, saw it earlier this week and am excited to try it! Kind of wish we had had it for the start of our current project 6 months ago, but seems like with SSR Svelte is a great fit for LiveView.