00:00:00 Introduction to SvelteKit and adapter-static
00:01:05 New hash-based routing and inline bundle strategy features
00:05:00 Introducing the DeriVault example project
00:07:08 Implementing bundle strategy: single
00:09:03 Implementing bundle strategy: inline
00:10:12 Implementing hash router
00:14:10 Running a SvelteKit project from a single HTML file
SvelteKit is already one of the best ways to build static single page apps, and it just got even better. We recently got two new features - hash-based routing and inline bundle strategies - that let you create truly portable applications. In this video, I show how to transform an existing SvelteKit project into a single HTML file that runs without a web server.
🌍 Link to the DeriVault project used in the video https://github.com/khromov/derivault
#Svelte #SvelteKit #WebDevelopment #JavaScript #SPA #SvelteJS