Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dropbox/Store
A Kotlin Multiplatform library for building network-resilient applications
https://github.com/dropbox/Store
android browser cache desktop guava-cache ios kotlin-multiplatform node offline-first
Last synced: 3 days ago
JSON representation
A Kotlin Multiplatform library for building network-resilient applications
- Host: GitHub
- URL: https://github.com/dropbox/Store
- Owner: MobileNativeFoundation
- License: apache-2.0
- Created: 2019-12-05T18:58:10.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-10-18T14:28:20.000Z (3 months ago)
- Last Synced: 2024-10-29T15:09:39.779Z (2 months ago)
- Topics: android, browser, cache, desktop, guava-cache, ios, kotlin-multiplatform, node, offline-first
- Language: Kotlin
- Homepage: https://mobilenativefoundation.github.io/Store/
- Size: 15.4 MB
- Stars: 3,177
- Watchers: 68
- Forks: 201
- Open Issues: 57
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-kotlin - Store - Kotlin Library for Async Data Loading and Caching (Libraries)
README
# Store5
[![codecov](https://codecov.io/gh/MobileNativeFoundation/Store/branch/main/graph/badge.svg?token=0UCmG3QHPf)](https://codecov.io/gh/MobileNativeFoundation/Store)
#### Documentation
Comprehensive guides, tutorials, and API reference: [store.mobilenativefoundation.org](https://store.mobilenativefoundation.org).
#### Getting Started
1. Start with the [Quickstart](https://store.mobilenativefoundation.org/docs/quickstart) to build your first Store.
2. Dive into [Store Foundations](https://store.mobilenativefoundation.org/docs/concepts) to learn how Store works.
3. Check out [Handling CRUD](https://store.mobilenativefoundation.org/docs/use-cases/store5/setting-up-store-for-crud-operations) for an advanced guide on supporting create, read, update, and delete operations.#### Getting Help
Join our community in the [#store](https://kotlinlang.slack.com/archives/C06007Z01HU) channel on the official Kotlin Slack.
#### Getting Involved
Store has a vibrant community of contributors. We welcome contributions of all kinds. Please see our [Contributing Guidelines](CONTRIBUTING.md) for more information on how to get involved.
#### Backed By
#### License
```text
Copyright (c) 2024 Mobile Native Foundation.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
```