indexiatech / re-notif

Redux & React based Notifications center.
http://indexiatech.github.io/re-notif
BSD 3-Clause "New" or "Revised" License
148 stars 45 forks source link

Redux SAGA #61

Open cidevant opened 7 years ago

cidevant commented 7 years ago

Add support for redux saga. Very appreciate it, because you can handle global notifs directly from sagas (failed requests, etc).

Now you should save error to store, and then dispatch notifSend from component. When you maintain several errors in component - soon it will grow in separate component, for handling errors (not a solution).