-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Initial state not loaded immediately #20
Comments
@olivierpascal, use |
Any update on this? I had the same problem and adding |
Same problem here. Nobody fix it yet? |
I also faced the problem. Apart from what have been said, I can add that using more meaningful action type (for example,
Also, if you are using
|
I currently use
store.dispatch({ type: '' });
just aftercreateStore()
as a workaround to makeSTATE_LOADING_START
dispatched asap but it's quite ugly. Is it the expected way to do this?The text was updated successfully, but these errors were encountered: