Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试使用 Remix 构建博客并以 MDX 格式发布我的帖子,如何在我的 MDX 中呈现 JSX 组件例如:
import LoginButton from '../../components/LoginButton.jsx' # JSX Component rendered below <LoginButton/>
可在文档中找到的示例:https ://remix.run/docs/en/v1/guides/mdx#routes