Skip to content
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.

Commit

Permalink
chore: add link to example app for React
Browse files Browse the repository at this point in the history
  • Loading branch information
kingsleyzissou authored and wtrocki committed Mar 25, 2020
1 parent d76725b commit 64ab7e3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/ref-react-offix-hooks.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ title: React - using Offix Hooks
sidebar_label: React
---

`ApolloOfflineClient` is compatible with all of the official [Apollo React Hooks](https://www.apollographql.com/docs/react/api/react-hooks/) such as `useQuery`, `useMutation` and `useSubscription`.
`ApolloOfflineClient` is compatible with all of the official [Apollo React Hooks](https://www.apollographql.com/docs/react/api/react-hooks/) such as `useQuery`, `useMutation` and `useSubscription`.

For a quickstart, a simple [React todo app](https://github.com/aerogear/offix/tree/master/examples/react-native) can be found in the example folder.

The `react-offix-hooks` library provides an additional `useOfflineMutation` React hook for performing offline mutations.

Expand Down

0 comments on commit 64ab7e3

Please sign in to comment.