kentcdodds / mdx-bundler

🦤 Give me MDX/TSX strings and I'll give you back a component you can render. Supports imports!
MIT License
1.78k stars 75 forks source link

mdx-bundler for react pure #173

Closed tienlx97 closed 2 years ago

tienlx97 commented 2 years ago

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