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.
- Live Demo: https://svelte-data-fetching.netlify.app/
- Repo: https://github.com/sw-yx/svelte-data-fetching
- YouTube talk: https://www.youtube.com/watch?v=nR8XRpin4OI&feature=youtu.be
- Given at conference: https://sveltesociety.dev/
- Fetching on mount
- Svelte
{#if}
and{#await}
syntax - Fetching on User Interaction
- Promise Swapping
- Svelte Class Binding
- Svelte Stores
- Component Reactivity
- Svelte Animations