Skip to content

Latest commit

Β 

History

History
25 lines (16 loc) Β· 656 Bytes

File metadata and controls

25 lines (16 loc) Β· 656 Bytes

Svelte Remote Functions

Svelte recently announced a proposal for remote functions that's meant to be an alternative to SvelteKit load functions for component-level data loading.

This repo includes the Asynchronous Svelte PR and the SvelteKit Remote Functions PR.

Getting Started

πŸ§‘β€πŸ€β€πŸ§‘ Clone the repo:

git clone https://github.com/mattcroat/svelte-remote-functions.git

πŸ“¦οΈ Install dependencies:

pnpm i

πŸ’½ Run development server:

pnpm dev