Modal component with Next.js with close on backdrop click

This tutorial is a continuation of the previous tutorial, where I created a Modal component in a Next.js 13 application, using the pages router. In the current tutorial, I will enhance it by allowing it to close when the user clicks outside of it. I will refer to this functionality as “close on backdrop click”. … Continue reading Modal component with Next.js with close on backdrop click