Thoughts on software development, technology, and other random philosophical matters.

Next.js

Posts about or related to the Next.js React web application framework.

Daryl Wright /

While converting this website to Next.js from Gatsby, I had to translate my approaches from the latter to the former. Specifically, how to render individual components on the server. As Gatsby sites are static by default, this was not something I thought much about. Working with Next.js and TypeScript had me scratching my head on this issue. I couldn't figure out how to render async components in TypeScript without being met with errors.

Read More