This creates tha ability to watch stores in stores.
For instance we could have a filterStore within a dataStore.
datasStore watches changes to filterStore and reloads filtered data.
dataStore is provided to a List UI
filterStore is provided to the filter UI
doing so we have better control which components are updating by splitting large logic heavy stores into mulitple smaller ones while maintaining reactivity.
This creates tha ability to watch stores in stores.
For instance we could have a filterStore within a dataStore.
datasStore watches changes to filterStore and reloads filtered data.
dataStore is provided to a List UI filterStore is provided to the filter UI
doing so we have better control which components are updating by splitting large logic heavy stores into mulitple smaller ones while maintaining reactivity.