AAkira / Kotlin-Multiplatform-Libraries

Kotlin Multiplatform Libraries. Welcome PR if you find or create new Kotlin Multiplatform Library.
2.89k stars 246 forks source link

Add Store #132

Closed matt-ramotar closed 1 year ago

matt-ramotar commented 1 year ago

Store

Store was premiered at KotlinConf ’19. 100+ have contributed. 2.6k+ have starred. Used in production broadly. Store4 simplifies data loading and caching on Android. Recently we released Store5. It is a KMP implementation of Google’s offline-first guidance and a general solution for reading, writing, and resolving data conflicts. With support for updating remote data sources, network resilience, conflict resolution, and a highly extensible API, Store5 simplifies reading and writing data on all Kotlin platforms.


AAkira commented 1 year ago

Thank you so much! I was watching this video in real time. I appreciate your contribution.