MCPcopy
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

1import {createStore} from 'redux';
2
3function reducer(state = 0, action) {
4 switch (action.type) {

Callers

nothing calls this directly

Calls 1

createStoreFunction · 0.50

Tested by

no test coverage detected