Hello Todo List

This example demonstrates how to use Shopify's GraphQL & REST Admin APIs with Hydrogen.

Each todo is persisted as a Shop object metafield 🤷🏼‍♂️.

The app is fully rendered in .server components which means all this code never reaches the browser 🔥.

Note — the Admin API uses a different rate-limiting mechanism than the Storefront API.


Loading todo list...

1.

2.

3.

4.

5.

6.

7.

8.

9.

10.

11.

12.

+