DEV Community

Discussion on: How YOU can learn to use Svelte for your next JS project

 
khrome83 profile image
Zane Milakovic

How are you prerendering svelte? We used Sapper, but it has a collection of issues.

I have not tried Svelte as just a SPA yet. I wonder if I should...

Thread Thread
 
philnash profile image
Phil Nash

I took inspiration from this example: github.com/akaSybe/svelte-prerende...

I'll have to write up what I did when I have time.