Answers about sveltekit
Questions and answers from the Croct community about sveltekit.
0
Storyblok rendered with SvelteKit, can I still use Croct without an official SDK?
hey all. Our Storyblok frontend is SvelteKit and I noticed the Croct SDK list covers React, Next.js, Vue, Nuxt and so on, but nothing for Svelte. Before I…
0
No SvelteKit SDK, so I am calling the Content API from a server load function. Sane?
Couldn't find a SvelteKit SDK so I prototyped this in a +page.server.js load function and it works, but I want a sanity check before building on it: Is the…