kaisermann / svelte-loadable

Dynamically load a svelte component
MIT License
322 stars 13 forks source link

Sapper / SSR #38

Open machycek opened 4 years ago

machycek commented 4 years ago

Hi, first of all thanks for this project. Great work!

I've been playing with svelte-loadable, but it seems like it's not quite playing well with Sapper. Basically the components are not hydrated and it's acting like "client-side" only. Is there something I'm missing / do you have a sapper example?