Concept Flow - Custom store logic
Create store with initial value
Subscribe function called
Update function modifies value
Notify subscribers with new value
Subscribers react to updated value
Repeat updates as needed
Unsubscribe when done
This flow shows how a custom Svelte store holds a value, allows subscriptions, updates the value, and notifies subscribers.