flâneur — a map of the web's best reading

Web standards • Docs • SvelteKit

kit.svelte.dev · 3,670 words · saved by 1 readers

Throughout this documentation, you'll see references to the standard Web APIs that SvelteKit builds on top of. Rather than reinventing the wheel, we use the platform, which means your existing web development skills are applicable to SvelteKit. Conversely, time spent learning SvelteKit will help you be a better web developer elsewhere. These APIs are available in all modern browsers and in many non-browser environments like Cloudflare Workers, Deno and Vercel Edge Functions. During development, and in adapters for Node-based environments (including AWS Lambda), they're made available via polyfills where necessary (for now, that is — Node is rapidly adding support for more web standards). In particular, you'll get comfortable with the following: SvelteKit uses fetch for getting data from the network. It's available in hooks and server routes as well as in the browser. A special version of fetch is available in load functions, server hooks and API routes for invoking endpoints directly d

Web standards • SvelteKit Docs Skip to main content Tutorial Packages Playground Blog On this page Throughout this documentation, you'll see references to the standard Web APIs that SvelteKit builds on top of. Rather than reinventing the wheel, we use the platform , which means your existing web development skills are applicable to SvelteKit. Conversely, time spent learning SvelteKit will help you be a better web developer elsewhere. These APIs are available in all modern browsers and in many non-browser environments like Cloudflare Workers, Deno, and Vercel Functions. During development, and

Explore this link on the map →

related reading