rsnext/examples/with-graphql-react
Connor Davis 3fa04620e7 Remove Deploy To Now buttons (#7126)
* Remove Deploy To Now buttons

* Remove remaining buttons
2019-04-24 10:53:58 +02:00
..
pages form handler example: Update deps and fix build from dep update (#6732) 2019-03-27 16:12:45 -04:00
package.json Update to Next v8.0 example on with-graphql-react (#6454) 2019-02-26 23:44:45 +01:00
README.md Remove Deploy To Now buttons (#7126) 2019-04-24 10:53:58 +02:00

Next.js example with graphql-react

graphql-react is a lightweight but powerful GraphQL client for React; the first Relay and Apollo alternative with server side rendering.

See how it can be used in a Next.js app for GraphQL queries with server side rendering and client side data hydration:

Setup

  1. Download the example:

    curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-graphql-react
    
  2. Change directory to it:

    cd with-graphql-react
    
  3. Install it:

    npm install
    
  4. Run it:

    npm run dev