Skip to content

Quickstart

Let’s build your first Store.

In this example, we’ll build a simple Store to fetch and cache posts for the Trails app.

Prerequisites

Installation

Building a Store

Now, let’s build a simple Store to fetch and cache posts from our API and cache it for offline access.

Using the Store

Now, let’s use the Store to fetch and cache post data for the Trails post detail screen.

Next Steps

Now that you have built your first Store, it’s time to explore what else is possible:

Deep Dive into Store

Comprehensive explanation of Store internals and the underlying principles.

Use Case Guides

End-to-end implementation guides for common use cases.

Store Cookbook

Our collection of recipes showcasing fun and effective ways of using Store.