Configure Next.js to Use Markdown Inside of React

InstructorJohn Lindquist

Share this video with your friends

Send Tweet

By default, Next.js can render React components as pages or parts of pages based on a url structure inside of a pages directory. Installing and configuring the mdx-js plugins for Next.js enables you to use Markdown as a React Component which renders out nicely inside your pages.