Entries
Simple native-like App in SvelteKit!
๐ผ This guide shows how to create a simple installable and offline-first web application using SvelteKit and workbox-precaching. It only takes less than ten lines of code for the Service Worker!
Svelte makes Drag And Drop API easy!
๐ผ This video shows how to create a minimal draggable and dropzone Svelte Action using the browser native Drag and Drop API. It only takes about 80 lines of code for the Svelte Actions.
Create an offline-first and installable PWA with SvelteKit and workbox-precaching
โ๏ธ How to create an offline-first and installable Progressive Web App using SvelteKit and Workbox precaching with just 34 lines of code.
Create a toast notification package with SvelteKit
๐ฆ How to create a notification store and component as a library for Svelte and packaging it up for npm with SvelteKit!