Skip to content

Instantly share code, notes, and snippets.

@swyxio
Last active January 16, 2022 10:36
Show Gist options
  • Star 37 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save swyxio/ace62a7f6b880a3c87660ac6e663bd9a to your computer and use it in GitHub Desktop.
Save swyxio/ace62a7f6b880a3c87660ac6e663bd9a to your computer and use it in GitHub Desktop.
svelte society day talks and resources -

(see YouTube channel for individual videos)

  1. 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.

  1. 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.

  1. Building 10KB email client at Microsoft (Tanay Pratap)

  2. 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

  1. 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.

  1. 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.

  1. 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.

  1. 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.

  1. 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.

  1. Svelte FAQ (Rich Harris)

You have questions. Rich has answers.

@swyxio
Copy link
Author

swyxio commented May 1, 2020

thanks!

@swyxio
Copy link
Author

swyxio commented Jul 9, 2020

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment