DEV Community

Nate Wang
Nate Wang

Posted on

Rethink modal management in React

This is a small, zero dependency utility to manage modals in a natural way for React. It uses context to persist state of modals globally so that you can show/hide a modal easily either by the modal component or id.

See more at: https://github.com/eBay/nice-modal-react

Top comments (0)