DEV Community

Discussion on: Svelte: a different approach to build UI

Collapse
 
arashkiani profile image
Arash • Edited

Silly question. how about SSR ? Or is that done at compile stage as well

Collapse
 
marcomonsanto profile image
Marco Monsanto

No questions are silly with something this new and not so much information out there as in React for example.
With that said, currently with Svelte only, I'm not aware of a SSR solution to implement, but there is a framework with Svelte called Sapper. I usually refer to it as a Next/Nuxt kind of framework but for Svelte, here is the website.
I've been working with it provides all tools that we require out of the box like SSR and Code Splitting.