We're putting the band back together. Svelte Radio is officially back. This first episode is a bit of catch-up. Not a ton of Svelte chatter. Look forward to many fun and interesting episodes.
A Q&A session with Svelte maintainers focusing on community contributions, Svelte’s reactive primitives, and the division between framework and ecosystem.
Discussion of SvelteKit’s potential future directions, using Svelte with other server frameworks, and AI, ethical considerations, and community-driven development.
An exploration of client and server rendering strategies in web development, covering historical paradigms like MPA and SSG and modern approaches such as SSR and CSR.
A detailed look at SvelteKit's hybrid rendering capabilities, including server-side rendering, client-side rendering, and prerendering, with guidance for applying each approach to different parts of a project.
Local First is about writing software that feels native. In this talk, I'll share real code to cover the spectrum of types of Local First apps built with Svelte 5 and Svelte Kit. After listening to this talk, attendees will understand both the landscape as well as the technical approaches to writing software that is incredibly fast, works offline and feels like a native app.
Taking inspiration from life, I talk about dates. After I recently celbrated my 15th wedding anniversary, I decided to show a hidden part of my website and how I have refactored it in Svelte 5.
In this talk Sasan walks us through different schema validators and their differences. He also shows some example validation with Zod in SvelteKit form actions.