Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/drcmda/react-contextual
/ async
Method
async
tests/store.js:114–118 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
112
{this.props.count}
113
<button
114
onClick={
async
() => {
115
await
this.props.simple(this.props.count + 1)
116
await
this.props.functional(this.props.count)
117
await
this.props.
async
(this.props.count)
118
}}
119
/>
120
</div>
121
)
Callers
1
store.js
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected