MCPcopy Create free account
hub / github.com/Lucifier129/react-lite / update

Function update

examples/simple/app.js:335–337  ·  view source on GitHub ↗
(count)

Source from the content-addressed store, hash-verified

333 var wrap = React.createElement(Wrap, { count: 10 });
334
335 var update = function update(count) {
336 return React.render(wrap, document.getElementById('container'));
337 };
338
339 var num = 10;
340 update();

Callers 2

index.jsFile · 0.70
app.jsFile · 0.70

Calls 1

renderMethod · 0.45

Tested by

no test coverage detected