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