MCPcopy
hub / github.com/arkency/reactjs_koans / render

Method render

koans/06-RenderComponent.jsx:10–12  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

8// into the DOM.
9class Name extends React.Component {
10 render() {
11 return (<p id="hello">Bazinga!</p>);
12 }
13}
14
15// See you got a domNode passed as a `domNode` argument.

Callers 6

02-PartiesList.jsFile · 0.45
01-HelloWorld.jsFile · 0.45
main.jsxFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected