Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ctrlplusb/react-injectables
/ render
Function
render
test/Injector.test.js:56–58 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
54
React.createClass({
// eslint-disable-line react/prefer-es6-class
55
state: { foo: `bar` },
56
render() {
57
return
<div>foo</div>;
58
}
59
});
60
const
InjectorBob = Injector({
61
into: ValidInjectable
Callers
1
integration.test.js
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected