Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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.
9
class 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.js
File · 0.45
05-Challenge-GroceryList.js
File · 0.45
01-HelloWorld.js
File · 0.45
03-WhatsYourName.js
File · 0.45
07-LifecycleMethods.js
File · 0.45
main.jsx
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected