Applying Styles to a Next.js Blog
I had a blog on WordPress, but the performance was slow, so I rebuilt it with Next.js. Now that markdown rendering works, it's time to apply styles.
Making MDX AMP-Compatible with a Custom Loader in Next.js
I had a blog on WordPress, but the performance was slow, so I rebuilt it with Next.js. This article is about creating a custom loader for rendering MDX to make it AMP-compatible.
Adding Search Functionality to a Next.js Blog
Adding search functionality to a Next.js blog using morphological analysis and flexsearch.
Adding amp-sidebar to a Next.js Blog
Adding amp-sidebar to a Next.js blog along with TypeScript and Material-UI.
Making a Next.js Blog Support AMP and PWA
I made my AMP-only blog built with Next.js also support PWA.
Summary of next.config.js Settings
When using Next.js, you often customize settings with next.config.js. This article summarizes what can be configured in next.config.js and how to set it up.
Deploying Next.js to GAE with Cloud Build
A guide to deploying Next.js to Google App Engine via Cloud Build
Building a Simple CRUD API with Prisma + Next.js
Using Prisma as an ORM to build a simple CRUD application together with Next.js.