reprex-astro-svelte-async Svelte Themes

Reprex Astro Svelte Async

Created with StackBlitz ⚡️

  • Astro Minimal Template
  • pnpm astro add svelte
  • add experimental flag for async Svelte (from docs):
// in svelte.config.js

export default {
  ...,
    compilerOptions: {
        experimental: {
            async: true
        }
    }
}

Top categories

Loading Svelte Themes