Skip to content

Latest commit

 

History

History

with-nextjs-mdx-remote

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Hygraph ⨯ MDX (with Next.js)

Join our Slack

This example demonstrates how to use markdown fields from Hygraph with MDX in Next.js.

Demo

Deploy with Vercel Clone project

How to Use

Download Manually

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

Install & Run:

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

Run on Codesandbox

Develop with Codesandbox