Usage with vanilla JS? #1511
Answered
by
ChristianMurphy
corysimmons
asked this question in
Q&A
-
Is it possible to use MDX with vanilla JS? Every guide I'm finding references something from React. |
Beta Was this translation helpful? Give feedback.
Answered by
ChristianMurphy
Apr 5, 2021
Replies: 1 comment 4 replies
-
Yes, MDX itself is vanilla JS. |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
corysimmons
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, MDX itself is vanilla JS.
It uses a renderer to display to the page, that renderer can be React, Preact, or Vue currently.
All of which can be used as vanilla JS or with JSX.