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
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