Posts about next.js
- •5 mins reading time
Authoring Custom Elements in a Next.js App
The Intersection of Two Different Ecosystem
Since its creation, my blog has only been a React-exclusive app, which means it only renders a React component. How I store the blog post has changed a lot—from static HTML in a hosted database to markdown files in the same git repository—but the rendering engine stays largely the same.
Unlike most React powered blog, I don't use MDX. I write plain markdown files, but internally I call it MDC.
Read More - •8 mins reading time
From Express and React to Next
Refactoring My Blog Rendering Engine to Leverage Proven Solution
This weekend, I finally got some time to work on my blog again after so long. I've been waiting Next.js to support custom server handler for some time and they finally did in v2.
Read More