Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/krasimir/react-in-patterns
/ render
Method
render
code/dependency-injection/src/app.jsx:14–16 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
12
return dependencies;
13
}
14
render() {
15
return <Header />;
16
}
17
};
18
App.childContextTypes = {
19
data: PropTypes.object,
Callers
6
app.js
File · 0.45
finishClassComponent
Function · 0.45
legacyRenderSubtreeIntoContainer
Function · 0.45
l
Function · 0.45
Cg
Function · 0.45
app.jsx
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected