MCPcopy
hub / github.com/zalmoxisus/redux-devtools-extension / render

Function render

examples/saga-counter/src/main.js:25–29  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

23const action = type => store.dispatch({type})
24
25function render() {
26 ReactDOM.render(
27 <Counter
28 value={store.getState()}
29 onIncrement={() => action('INCREMENT')}
30 onDecrement={() => action('DECREMENT')}
31 onIncrementIfOdd={() => action('INCREMENT_IF_ODD')}
32 onIncrementAsync={() => action('INCREMENT_ASYNC')} />,

Callers 10

index.jsFile · 0.85
renderDevToolsFunction · 0.85
renderNAFunction · 0.85
index.jsFile · 0.85
Footer.jsFile · 0.85
index.jsFile · 0.85
index.jsFile · 0.85
main.jsFile · 0.85
index.jsFile · 0.85
Footer.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…