blob: fd2f36a2b37fdc6c3ba7a095063311e7c466fc86 (
plain)
1
2
3
4
5
6
7
|
#web-development #svelte
SvelteKit is a framework for developing applications using [[280620231556 - Svelte]].
It provides features like routing, server-side rendering and enables us to conform to best practices, like specific build optimizations, offline support, preloading pages,
---
[SvelteKit Documentation](https://kit.svelte.dev/docs/introduction)
|