sometechblog.com · Jan 4, 2023
Building a markdown blog using NextJS and server side components
0Sign in to vote or save
This page cannot be shown here. You can still read it on the original site — the toolbar below keeps your place in the directory.
I wanted to add markdown blog to my NextJS app. Initially I feared it would be a lot of work. But it turned out to be easy when using NextJS server side components, i.e. the appDir . This is the end result: blog overview blog post To get started I added the scaffolding for the markdown blog to the appDir : app/ ├── posts/ │ ├── [slug] │ │ ├── head.tsx │ │ └── page.tsx │ ├── head.tsx │ ├── page.tsx…
Read on /posts/building-markdown-blog-using-nextjs-server-side-components/ ↗
Comments
Nothing yet. Say the first thing.
Sign in to join the conversation.