Import Markdown Files into Other Markdown Files as React Components with Next.js

InstructorJohn Lindquist

Share this video with your friends

Send Tweet

Markdown files tend to get really long as you begin authoring them and sometimes separating into pages just isn't enough. mdx-js enables you to import Markdown files then render them inside of other Markdown files as JSX so you can easily separate files into sections and keep everything organized.