Open mheiber opened 8 years ago
I think you can make it work with time travel by having a few special rules
@gregwebs what do you mean? Thanks for your help as I try to figure this out.
I think you need to change the code to recognize when you are in development and doing time travelling. You could for example cache the original response from the side effect and not actually invoke the side effect function the next time around but just use the cached response.
Nice simple library! If I understand correctly, redux-side-effect (like redux-saga, redux-loop, etc) doesn't currently work well with time travel, since replaying actions also re-calls functions that cause side effects. Is that right?
I think there's a good solution, but want to check with you to see if this is a problem first.