2👍
✅
Yes you can use mdx outside of React but not everywhere, Check out this guides I hope they help!
- mdx for Vue.js: https://mdxjs.com/guides/vue/
- mdx for Svelte(MDsveX): https://madewithsvelte.com/mdsvex
👤Imad
1👍
MDX
as such is specifically for React because it uses JSX
to define it’s component.
I am sure there are alternatives for other frameworks, as a Svelte user myself I know that at least Svelte has MDSVEX which is basically the same.
Source:stackexchange.com