Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/arkency/reactjs_koans
/ main.jsx
File
main.jsx
koans/main.jsx:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
var React = require(
"react"
);
2
3
import HelloWorld from
'./01-HelloWorld.jsx'
;
4
import PartiesList from
'./02-PartiesList.jsx'
;
Callers
nothing calls this directly
Calls
1
render
Method · 0.45
Tested by
no test coverage detected