sveltekit 1.0

published on 2022/12/15

SvelteKit is a framework for building web applications on top of Svelte, a UI component framework that developers love for its performance and ease of use.

svelte.dev

Fantastic. Svelte itself is a unique JavaScript UI component framework. It is essentially a compiler that generate the necessary JavaScript code to implement what you wish to happen in your UI.