redux-seed icon indicating copy to clipboard operation
redux-seed copied to clipboard

Why the setTimeout when syncing the store?

Open jmdfm opened this issue 8 years ago • 1 comments

Is there a particular reason for this, or was it just to simulate loading?

https://github.com/gianmarcotoso/redux-seed/blob/master/src/bootstrap/syncStore.js#L6-L8

jmdfm avatar Dec 10 '16 03:12 jmdfm

It's just to simulate loading, I should probably put a comment in there or remove it altogether as it serves no real purpose!

On Sat, Dec 10, 2016, 04:22 John McDowall [email protected] wrote:

Is there a particular reason for this, or was it just to simulate loading?

https://github.com/gianmarcotoso/redux-seed/blob/master/src/bootstrap/syncStore.js#L6-L8

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/gianmarcotoso/redux-seed/issues/2, or mute the thread https://github.com/notifications/unsubscribe-auth/ADIFfwUp1OQkYqVuITHsKUdtKnTN1LYGks5rGhr0gaJpZM4LJiu2 .

gianmarcotoso avatar Dec 10 '16 09:12 gianmarcotoso