Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/krasimir/react-in-patterns
/ getCounterValue
Function
getCounterValue
code/redux/src/app.jsx:47–47 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
45
// Selectors
46
47
const getCounterValue = state => state.counter.value;
48
const getVisibility = state => state.visible;
49
50
// Store creation
Callers
1
app.jsx
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected