Skip to content

joysofcode/svelte-context-api

Repository files navigation

The Svelte Context API

Learn how to share state without props and events using the Svelte Context API.

Post

✍️ https://joyofcode.xyz/master-the-svelte-context-api

REPL

Open in StackBlitz

Setup

πŸ§‘β€πŸ€β€πŸ§‘ Clone the project

https://github.com/joysofcode/svelte-context-api.git

πŸ“¦οΈ Install dependencies

pnpm i

πŸ’ΏοΈ Run the development server

pnpm run dev