Reactive viewsSvelte provides real client-side reactivity to your views, without forcing you to split your reactivity from your markup.
PropsPass props and instance variables from your controllers directly to your components inside a Svelte store.
Server-side renderingRender content ahead of time on the server, then hydrate client-side interaction for maximum performance and usability without JavaScript.