Store
Store copied to clipboard
A Kotlin Multiplatform library for building network-resilient applications
- [ ] Move docs to main branch - [ ] Check docs on PR - [ ] Build and deploy website on merge
## Api - [ ] Fetcher - [ ] MutableStore - [ ] MutableStoreBuilder - [ ] OnFetcherCompletion - [ ] OnUpdaterCompletion - [ ] SourceOfTruth - [ ] Store...
## What we hit at Dropbox - Store-rx2 only has bindings for Store4. We are considering adding Rx support to Store5: #531. We are not sure we want to commit...
**Is your feature request related to a problem? Please describe.** I'd like to use a custom `Cache` implementation without a `SourceOfTruth`. **Describe the solution you'd like** An additional overload for...
**Is your feature request related to a problem? Please describe.** I would like to be able to create a `(Mutable)Store` for local-only data. The goal is to replace the Repositories...
> Additionally: have you considered adding a getOrError() (and freshOrError()) that return a Result to the API? These are two functions I end up readding into all of my projects...
> Store has extensions get() and fresh() that MutableStore no longer can access. Is that a long term change to the api? https://www.reddit.com/r/androiddev/comments/13mb2sz/comment/jkzutgk/?utm_source=share&utm_medium=web2x&context=3 Currently these extensions are located in `impl`:...
**Is your feature request related to a problem? Please describe.** We're looking into Store 5, but don't have a good idea on when it will be out of alpha or...
> I think it would be good to have a new type of store - call it a scoped store. A scoped store is a store that takes the key...
**Is your feature request related to a problem? Please describe.** We're looking into migrating from Store4 into Store 5. What happened to FS3 (FileSystem)? We were using this regularly for...