Skip to content

Latest commit

 

History

History

with-nextjs

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Hygraph ⨯ Next.js

Join our Slack

This example demonstrates how to query from Hygraph with graphql-request in Next.js.

Demo

Deploy with Vercel Clone project

How to Use

Download Manually

npx degit hygraph/hygraph-examples/with-nextjs with-nextjs

Install & Run:

cd with-nextjs
npm install
npm run dev
# or
cd with-nextjs
yarn
yarn dev

Run on Codesandbox

Develop with Codesandbox