First of all, thanks for this amazing library. It is very nice to use!
Not sure if this is the right place to ask this question but I'm constructing charts within slides.svelte using data fetched from an external API. I would like the data to be cached within at build time if possible, like with sveltekit prerendering. Any thoughts on how to achieve it?
First of all, thanks for this amazing library. It is very nice to use!
Not sure if this is the right place to ask this question but I'm constructing charts within
slides.svelte
using data fetched from an external API. I would like the data to be cached within at build time if possible, like with sveltekit prerendering. Any thoughts on how to achieve it?Cheers, Durand