jxnblk / mdx-deck

♠️ React MDX-based presentation decks

Home Page:https://mdx-deck.jxnblk.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can this be used with Next.Js

opened this issue · comments

Is it possible to use mdx-deck with next.js? Or is this a stand alone project?

mdx-deck is tied heavily into Gatsby. In fact, if you look at packages/mdx-deck/index.js, it's just exporting @mdx-deck/gatsby-plugin:

export * from '@mdx-deck/gatsby-plugin'

You can get Next MDX Deck which I have used, uses NextJS (v9 I think) and it's quite nice to use.

I'm currently using MDXP which I've detailed here I also list out some alternatives as well.