A modal layer for React 16
npm install @gitpad/gmodal
import GModal from '@gitpad/gmodal';
import '@gitpad/gmodal/dist/gmodal.css';
// ...
<GModal show>
<div className="popup">A popup window</div>
</GModal>
// ...
It's powered by React portal in React 16, so it's only compatible with React 16