davidmfoley / react-router-modal

Simple modals for react-router 4
MIT License
153 stars 20 forks source link

A way to execute a custom function once modal was closed? #9

Open 01Kuzma opened 6 years ago

01Kuzma commented 6 years ago

Hi! Is there a way to execute/call a custom function once any modals were closed?

davidmfoley commented 6 years ago

Are you wanting to detect when the first modal is opened and when the last one is closed?

For that, it might make sense to add onFirstModalOpen and onLastModalClose props to ModalContainer (I don't love those names though)

Or, do you want to detect every open and every close of any modal?

01Kuzma commented 6 years ago

Hi! I want to detect every open and every close of any modal

01Kuzma commented 6 years ago

Hi! any news?

davidmfoley commented 6 years ago

Not quite the original request, but note that I added onFirstModalMounted and onLastModalUnmounted handlers to ModalContainer in v1.3.3.