kentcdodds / mdx-bundler

🦤 Give me MDX/TSX strings and I'll give you back a component you can render. Supports imports!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mdx-bundler for react pure

tienlx97 opened this issue · comments

Can I use mdx-bundler in react (without using nextjs, remix,...). I store mdx compile string in mongodb then use mdx-bundler on browser to decompile it ?
I mean: 1 server compile mdx file -> store in in database (use monorepo to share component between server and UI). Then at front-end I fetch it from databse -> decompile -> show to UI