Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/facebook/react
/ store.js
File
store.js
fixtures/nesting/src/store.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{createStore} from
'redux'
;
2
3
function
reducer(state = 0, action) {
4
switch (action.
type
) {
Callers
nothing calls this directly
Calls
1
createStore
Function · 0.50
Tested by
no test coverage detected