Creating Modals/Popups with useContext
Modals can be enabled in React by using the 'React createPortal', but for some reason, I was unable to do the same in NextJs. I made the decision to look for a solution. I discovered a technique with "useContext" that avoided the need for "createPort...
greyhaired.dev7 min read