Search & filter demo with Svelte v5 & SvelteKit🧙
Demo: https://svelte-nobel-prize-demo.pages.dev
Static site generation via adapter-static.
I like sites such as https://devjobs.at/teams/search, but I think they can be improved with a more "stack-focused" user interface for web developers. Since I wanted to learn the new $state system of Svelte v5 anyway, I started by implementing this. One of the goals is to show how simple a reactive user interface can be implemented with Svelte.
Thanks very much to https://simplecss.org/ and the Svelte Community for answering questions!
- Svelte 5: Share state between components (for Dummies) (dev.to)
- Feedback regarding $effect and URL params (Bluesky)
- Help with simple pagination and $state (Discord)
- Import shared $state and use bind=group for checkboxes inside of components (v5)? (Discord)
- How to properly update query param on text input without losing focus/lag? (Discord)
- What's the simplest most battle-tested way to communicate events/data across components in svelte5?
- SikandarJODD/youva - Pagination | Debounce Search | Sort & Filters
- Lets Build A Filtering System with Svelte 5 , Sveltekit 2, Tailwind, Upstash (2024) - Lawal Adebola
- scroll to results after pagination click (where is the best place for this logic?)
- improve pagination (styling and page count)