mdx-deck
mdx-deck copied to clipboard
Can this be used with Next.Js
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
:
https://github.com/jxnblk/mdx-deck/blob/08b1ca4673cd448a3552e9f003bdd4bda2c80268/packages/mdx-deck/index.js#L4
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.