Improve Context Management in Svelte Apps
"
svelte-contextify
is a tiny library for vastly improving context managament within your Svelte/SvelteKit apps by encapsulating the Context API."
- Removes the need for keys
- Removes key collisions by using the Symbol API
- Improves type safety when setting and getting context
- Improves error handling when retrieving unset context
Hugo Korte
@HugosOffEarth