MCPcopy Create free account
hub / github.com/krasimir/react-in-patterns / subtract

Function subtract

code/redux/src/app.jsx:14–14  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

12
13const add = () => ({ type: ADD });
14const subtract = () => ({ type: SUBTRACT });
15const changeVisibility = visible => ({ type: CHANGE_VISIBILITY, visible });
16
17// Reducers

Callers 1

app.jsxFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected