What is using-remote-functions?
Create SvelteKit components using Remote Functions for type-safe client-server communication. Use when building components that need to fetch data, submit forms, or execute server commands. Remote Functions work at the component level, not page level. Source: svelte-society/sveltesociety.dev.