Welcome to articles
This part of the application is designed for understanding how to implement a blog application with next-mdx-remote-client.
Visit github for source code.
In the github repository, you can see how to
- get
frontmatters
without compiling the souce while listing articles, - implement a simple but powerful
table of content (TOC)
, - implement automatic MDX
syntax error
handling, - provide options to
next-mdx-remote-client
.
For simpicity and demonstration purpose, I created the content of the articles via chatGPT
.
- An Introduction to Next.js
May 23, 2024, written by chatGPT
I prompted to chatGPT saying that write an article about "next.js" including markdown headings, inline codes, code fences, containers, bold, italic texts, blockquotes, lists etc.
- How to use next-mdx-remote-client for dynamic MDX contents
May 23, 2024, written by chatGPT
I prompted to chatGPT saying that write a markdown/MDX article about "next-mdx-remote-client" published on npm.
- An Article with a MDX Syntax Error
May 23, 2024, written by handmade
I put a MDX syntax error intentionally in the article.