Posts about lit
- •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