DEV Community

Discussion on: 🔧 Build a complete Modal Component with React Hooks 🌈

Collapse
 
michael_liss_65e02283cb0b profile image
Michael Liss

Super article, what I would like to know is how to launch the modal dialog after a call to a redux action ( from a button click )

In other words, the user is modifying something, they click the “save” button, the call to the API is made, and THEN the modal is shown such as “successfully saved”