jxnblk / mdx-deck

♠️ React MDX-based presentation decks
https://mdx-deck.jxnblk.com
MIT License
11.33k stars 603 forks source link

Can this be used with Next.Js #779

Open ghost opened 3 years ago

ghost commented 3 years ago

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

with-heart commented 3 years ago

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:

https://github.com/jxnblk/mdx-deck/blob/08b1ca4673cd448a3552e9f003bdd4bda2c80268/packages/mdx-deck/index.js#L4

spences10 commented 3 years ago

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.