DEV Community

Cover image for useModal: a React.js custom hook to handle modals with ease.
Denni Bevilacqua
Denni Bevilacqua

Posted on

useModal: a React.js custom hook to handle modals with ease.

I just published my first NPM package 🎉⚛!

A simple React.js custom hook to handle from one to multiple modals in your react application with ease.
Dynamically update modal content and avoid writing verbose jsx for earch modal and relative states.

https://github.com/dennib/react-use-modal

NPM package page

Top comments (0)