Next Blog

NB

A Next.js port of my blog. My blog, Blog.TinoMuzambi is built in React and this project ports it to Next.js

This app takes my existing blog built with React and makes a Next.js port of it. It then takes advantage of the benefits of using a framework like Next.js.

It uses server side rendering to do data-fetching and rendering on the server and sends the result to the client. This improves SEO and allows for rich meta tags.

It unfortunately is a little buggy and that's why it's a port and not the main implementation. That could change in future though.

The site is deployed and hosted using Vercel.