Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 563 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 563 Bytes

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