https://github.com/talatkuyuk/next-mdx-remote-client-in-app-router
This is a blog application using "next-mdx-remote-client" in Next.js app router
https://github.com/talatkuyuk/next-mdx-remote-client-in-app-router
Last synced: 4 months ago
JSON representation
This is a blog application using "next-mdx-remote-client" in Next.js app router
- Host: GitHub
- URL: https://github.com/talatkuyuk/next-mdx-remote-client-in-app-router
- Owner: talatkuyuk
- License: mit
- Created: 2024-06-04T13:03:33.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-01-19T17:08:08.000Z (4 months ago)
- Last Synced: 2025-01-19T18:22:32.413Z (4 months ago)
- Language: TypeScript
- Homepage: https://next-mdx-remote-client-in-app-router.vercel.app
- Size: 150 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# It is a blog application with `next-mdx-remote-client` for app router in Next.js
It is a `nextjs` application for demonstration of `next-mdx-remote-client`'s features in app router.
The `nextjs` is one of the React Framework for the Web.
The `next-mdx-remote-client` is a package for compiling and running any MDX content on both server side and client side for `nextjs` applications. It uses `@mdx-js/mdx` and `@mdx-js/react` in background.
## Install
after cloning the repo:
```bash
npm install
npm run dev
```## `next-mdx-remote-client`
In other words, the `next-mdx-remote-client` is a wrapper of the `@mdx-js/mdx` for `nextjs` applications in order to load MDX content. It is a fork of `next-mdx-remote`.You can find it in [github](https://github.com/ipikuka/next-mdx-remote-client) or [npm](https://www.npmjs.com/package/next-mdx-remote-client)
## Live demo
You can reach a living web site at the about section in the sidebar.