next-mdx-remote
Alternatives
#438
Replies: 2 comments 2 replies
-
Hi @dstaley, As I mentioned in the main discussion, I wanted to share the alternative solution here. The Note I appended the term "client" to the package name in order to emphasize for both server side and client side components which are exported by
I published the A demo app source code --> https://github.com/talatkuyuk/demo-next-mdx-remote-client |
Beta Was this translation helpful? Give feedback.
-
link: remote-mdxHello engineers, just landed
Replace the current
pnpm add remote-mdx
pnpm remove next-mdx-remote It is a drop-in replacement of - import { MDXRemote } from 'next-mdx-remote/rsc'
+ import { MDXRemote } from 'remote-mdx/rsc' I hope this package can be of assistance in improving |
Beta Was this translation helpful? Give feedback.
-
We want to highlight alternatives to
next-mdx-remote
(particularly those with more features) in the README. So please share them here!Beta Was this translation helpful? Give feedback.
All reactions