Next.js Intercepting Routes for Modals
The Problem with React State Modals
In traditional React applications, if a user clicks a "Task" on a Kanban board, developers typically pop open a modal using a boolean state: const [isOpen, setIsOpe
smarttechdevs.hashnode.dev3 min read