Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
13
const add = () => ({ type: ADD });
14
const subtract = () => ({ type: SUBTRACT });
15
const changeVisibility = visible => ({ type: CHANGE_VISIBILITY, visible });
16
17
// Reducers
Callers
1
app.jsx
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected