React Cookbook
上QQ阅读APP看书,第一时间看更新

Displaying information in a modal with react-popup

A modal is a dialog box/popup that is displayed over the current window, is suitable for almost all projects. In this recipe, we will learn how to implement a basic modal using the react-popup package.