examples icon indicating copy to clipboard operation
examples copied to clipboard

A collection of Svelte(Kit) examples

Results 8 examples issues
Sort by recently updated
recently updated
newest added

Welcome to [Renovate](https://redirect.github.com/renovatebot/renovate)! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin. 🚦 To activate Renovate, merge this Pull Request. To disable...

This PR implements a simple and relatively portable SSE example using SvelteKit and closes #3. It is able to identify individual clients and handle multiple tabs so it should cover...

This surprisingly came up several times this week on Discord — a page that should fetch, filter and search some data through a `` and search params in `load`. My...

SvelteKit makes it really easy to do page transitions with `svelte/transition`. It would be cool to have a go-to example for this. This is how I've been doing it, but...

A minimal blog with simple DX that supports markdown would be a great addition. - [x] the example is focused on a specific use case or technology - [x] the...

Similar to #3. and a very frequently asked question on Discord. I'm not sure however if this example should use plain websockets or the socket.io library. And to make this...

I'm not sure how complex an SSE ([Server Sent Events](https://developer.mozilla.org/en-US/docs/Web/API/Server-sent_events/Using_server-sent_events)) example should be. But since the actual SSE part on the backend is super simple we could combine it with...