Tag: state-management
2 articles
- Stores for State
Manage shared state across components with Svelte stores. Learn writable, readable, and derived stores with the auto-subscription syntax.
- Context API
Share data through component trees without prop drilling. Learn setContext, getContext, and when to use context vs stores.