(see YouTube channel for individual videos)
- Data Fetching For Developers Who Are New to Svelte And Wanna Learn To Do Other Stuff Good Too (Swyx) - https://github.com/sw-yx/svelte-data-fetching/ - Talk Video
Here at the Svelte Society For Developers Who Are New to Svelte And Wanna Learn To Do Other Stuff Good Too, we teach you that there's more to life than making really, really ridiculously good-looking apps. You can also make them with a lot less code.
- The Svelte Compiler (Tan Li Hau) - Slides, Blogpost
Have you ever wonder how does the Svelte compilation process works? Have you ever feeling curious and want to read Svelte source code but does not know where to start? This talk will give you an overview of the Svelte compilation process, from parsing the source code, analyse the code to generating final JavaScript code. At the end of the talk, you will get a deeper understanding of the Svelte compilation process.
-
Building 10KB email client at Microsoft (Tanay Pratap)
-
Authentication with Sapper (Antony J) - Slides, https://github.com/beyonk-adventures/sapper-rbac
Authentication Server-Side Rendered Single-Page Apps can be difficult. Antony looks to break down the simplest possible way of providing full SSR compatible authentication with JWT
- Creative coding, the svelte story. (Dexter) - Demo, Demo, Other work
Creative coding with svelte is a blast, in this talk I'll show you what svelte brings to my table. I'll make some pretty visuals while talking you through the process.
- Routes for Svelte, automated by your file structure. (Jakob Rosenberg) - https://routify.dev/
Routify offers a great developer experience to build the routes for your Svelte app.
- Building a versatile form component using Svelte (Kevin) - https://github.com/svelteschool/svelte-forms - https://svelte.school/
Kevin will show us how he built a versatile form component that simply just gets out of the way. Inputs in, values out. Simple.
- Effective Transitioning (Andrew Smith) - https://github.com/silentworks/effective-transitioning
Svelte's built in transitions are powerful and they can achieve really effective movements in the UI without you writing much CSS transitions. This talk will walk you through some of the techniques you can use to make your UI pop.
- A Framework for the Modern Storyteller (Robert Hall) - https://github.com/arxpoetica/svelte-society-day
Svelte lowers the barrier to entry for more advanced forms of content creation in the ever-evolving world of online media. Robert will “story engineer,” showcasing some fun and relatively-easy animation, video, and audio techniques for Svelte and the web.
- Svelte FAQ (Rich Harris)
You have questions. Rich has answers.
All individual videos
Data fetching
Svelte compiler
Building 10KB email client at Microsoft
Authentication in Sapper
Creative coding
Routify
Form components
Effective transitions
Modern storytelling
FAQ Rich Harris