Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
1
import
{ createStore, applyMiddleware, compose } from
'redux'
;
2
import
flatten from
'flatten'
;
3
import
invariant from
'invariant'
;
4
import
window from
'global/window'
;
Callers
nothing calls this directly
Calls
3
devtools
Function · 0.85
get
Method · 0.80
setupMiddlewares
Function · 0.50
Tested by
no test coverage detected