Skip to content

Commit

Permalink
Custom Rehydrate component
Browse files Browse the repository at this point in the history
  • Loading branch information
praisegeek committed Dec 19, 2019
1 parent ff230fd commit ade14b9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Readme.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
## Gatsby Plugin AppSync

## Description

A Gatsby plugin that makes working with AWS AppSync Client and React Apollo a breeze.

## Quick Start
Expand Down Expand Up @@ -72,9 +70,10 @@ To enable offline support, ensure _`"legacy"`_ is set to `true` in your gatsby-c
## Next Steps

**Custom Rehydrate component**
For legacy mode only with offline support

```js
// Shadow copy @praisegeek/gatsby-plugin-appsync/src/rehydrate.js
// Shadow copy ./src/gatsby-plugin-appsync/rehydrate.js

import React from "react";
import { Rehydrated } from "aws-appsync-react";
Expand Down

0 comments on commit ade14b9

Please sign in to comment.