I am trying to build a blog using Remix and have my posts in MDX format, how can I render JSX components in my MDX For example:
import LoginButton from '../../components/LoginButton.jsx'
# JSX Component rendered below
<LoginButton/>
I am trying to build a blog using Remix and have my posts in MDX format, how can I render JSX components in my MDX For example:
import LoginButton from '../../components/LoginButton.jsx'
# JSX Component rendered below
<LoginButton/>