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