rt2zz / redux-action-buffer

Buffer Redux Actions
MIT License
79 stars 6 forks source link

Delaying sending of the action #10

Closed karelbilek closed 7 years ago

karelbilek commented 7 years ago

One of the ways to fix https://github.com/rt2zz/redux-action-buffer/issues/9 is to delay the sending of the message

The other way is to edit redux-persist to fire the action only after the persistor has been resumed.

However I like this solution more. (If only because this module is used less and I cannot break that many things by changing it :D )

karelbilek commented 7 years ago

ping

can this be merged? I don't think it breaks anything, but maybe it's worth version bump anyway

rt2zz commented 7 years ago

thanks @runn1ng