Svelte just got a new feature and web dev is changing AGAIN...
SvelteKit introduces experimental remote functions that allow developers to call server-side code directly from client components while maintaining type safety and security. These functions eliminate the need for separate API routes and fetch boilerplate by providing four types: query (for reading data), form (for HTML form handling), command (for server actions), and pre-render (for build-time data generation). The feature represents a shift toward tighter integration between frontend and backend development, though it remains experimental and subject to breaking changes.