redux-async-initial-state
redux-async-initial-state copied to clipboard
Redux middleware that helps you load redux initial state asynchronously
Bumps [minimatch](https://github.com/isaacs/minimatch) to 3.0.4 and updates ancestor dependency [mocha](https://github.com/mochajs/mocha). These dependencies need to be updated together. Updates `minimatch` from 0.3.0 to 3.0.4 Commits e46989a v3.0.4 ddfacbd update brace-expansion 55ed736 update...
I currently use `store.dispatch({ type: '' });` just after `createStore()` as a workaround to make `STATE_LOADING_START` dispatched asap but it's quite ugly. Is it the expected way to do this?
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.10 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...
Is it possible to have a typescript type definition packages?
I have gotten this to work at a basic level. But, after I add router and thunk enhancers, I get the following error: ``` inputState.withMutations is not a function TypeError:...
I'm having trouble getting the example to work from the docs. I haven't had time to dig in yet, but I'm wondering if it has anything to do with `createStore`...
I'm a little confused by the documentation how I would go about using this for a socket event instead of a fetch request. For example, I am using socket.io and...
Thanks for this! It seems there is a typo in README.md . This should fix that!