DEV Community

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

Collapse
 
khrome83 profile image
Zane Milakovic

Which one did you find luck with?

Thread Thread
 
softchris profile image
Chris Noring
Thread Thread
 
philnash profile image
Phil Nash

I just built my first full site with Svelte this weekend and svelte-routing worked nicely for me (I probably got a bit too far trying to write my own before reaching out to this library).

I'm enjoying the workflow so far. Even got pre-rendered static pages working too.

Thread Thread
 
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.