Svelte Store: The Introduction
In this video, I'll talk about how to share state across components.

The basic idea of a store, is that it exists beyond the application component structure.

We need a publish-subscribe mechanism in our store, such that we can publish changes from any component or any part of the code, and any component that uses the store can subscribe to those changes.
---

#svelte 

Thanks for watching 🥰

Basic Introduction to Svelte Store
2.95 GEEK