How to make Modal in React without using react-modal.
Create the modal component in your src folder, you could name it modal.js
Like this:
In your modal component, structure your modal content like so: (basically what you want to be displayed on your modal)
*Ignore the onChange function… it has noth...
reetah.hashnode.dev3 min read