mdx-deck icon indicating copy to clipboard operation
mdx-deck copied to clipboard

Can this be used with Next.Js

Open ghost opened this issue 3 years ago • 2 comments

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

ghost avatar Mar 01 '21 11:03 ghost

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

with-heart avatar Mar 01 '21 14:03 with-heart

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.

spences10 avatar Mar 09 '21 11:03 spences10