Modal component with Next.js

In the last 2 years, Server Side Rendering(SSR) has become a big trend in modern web development. One of the most popular SSR solutions for React developers is Next.js. In this tutorial, I will show you how to create a basic Modal component from scratch in a Next.js application. Before we start First, we need … Continue reading Modal component with Next.js