We're currently migrating from the old Svelte Society website to a new and improved platform. Some content and features may be temporarily unavailable during this transition, but we're working hard to make the new site even better for the Svelte community.
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.
In this video Simon answers some frequently asked questions around SvelteKit Remote Functions and async Svelte:
- how to do auth guards using remote functions?
- ways to manage async/pending/error state?
- what's query.batch?
Repo: https://github.com/dummdidumm/remote-functions-demos
Remote Functions change the way we interact with data in SvelteKit. This video gives you a broad overview, explains the motivation behind it and does a hands-on deep dive, showcasing Remote Functions in the context of a simple demo app.