indexiatech / re-notif

Redux & React based Notifications center.

Home Page:http://indexiatech.github.io/re-notif

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Redux SAGA

cidevant opened this issue · comments

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).