#Svelte and #SvelteKit just got a big improvement: Remote functions enables fine-grained control over async data loading and updates. This makes it easier to handle things like optimistic updates and caching directly in components, reducing the need for +page load functions.