Does my use case fit the library?
For now, I don't have any stream responses for local storages or my remote APIs. I want to observe a Query in my app, e.g. for a key X. When I send a StoreWriteRequest to Store and it succeeds (in some way, maybe just locally), then I want my initial query to receive the new value. Do I need to implement this logic myself via a Source of Truth or can I already achieve this with just a MutableStore and the caches?