woutdp / live_svelte

Svelte inside Phoenix LiveView with seamless end-to-end reactivity
https://hexdocs.pm/live_svelte
MIT License
1.02k stars 38 forks source link

Make SSR optional #15

Closed woutdp closed 1 year ago

woutdp commented 1 year ago

SSR is optional now.

Still enabled by default.

Can be disabled by setting ssr={false} on a component, or by not including the NodeJS supervisor inside the application.ex file.