hurkanyakay / react-redux-modals

This repo created for Medium.com: React/Redux: Modals and Dialogs
30 stars 5 forks source link

Autohide modals #1

Open mzafer opened 6 years ago

mzafer commented 6 years ago

How can I make this modal autohide after few seconds ? Thanks.

clodal commented 6 years ago

You could make use of setTimeout(), or try some component libraries that already got this covered.

hurkanyakay commented 6 years ago

Sorry for late reply. i was on vacation for a while. @mzafer i did autohide with redux-saga. Saga listens the modal creation constant and then fires closing action after timeout