Blog rebuilt with React and Next.js

Since I started using Gatsby, I've been able to build websites that are fast, secure, and easy to maintain. However, I recently started working more with NextJS, and I'm excited to share my experience with it.

Next.js is a powerful framework built around React that offers a hybrid static and server-side rendering solution. It provides an excellent set of tools and an environment for generating highly optimized web pages.

Transitioning from Gatsby to Next.js has been a smooth process, thanks to the similar React-based architecture. All I had to do was copy over my components and pages, and I was up and running in no time!

The final website benefits from static generation, server-side rendering, and client-side rendering, all optimized for speed and performance. With Next.js, it was so easy to achieve fast page loads and seamless user experiences by leveraging the best of both worlds!