Using native dialog for your React modal

Many devs have to create modals with React in their day-to-day work.Usually, you create as a backdrop and then as modal and send some props there to handle opening and closing. Then you have to thin...