MCPcopy
hub / github.com/dvajs/dva / createStore.js

File createStore.js

packages/dva-core/src/createStore.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { createStore, applyMiddleware, compose } from 'redux';
2import flatten from 'flatten';
3import invariant from 'invariant';
4import window from 'global/window';

Callers

nothing calls this directly

Calls 3

devtoolsFunction · 0.85
getMethod · 0.80
setupMiddlewaresFunction · 0.50

Tested by

no test coverage detected