MCPcopy Create free account
hub / github.com/krasimir/react-in-patterns / App

Class App

code/higher-order-components/src/app.jsx:14–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12};
13
14class App extends React.Component {
15 render() {
16 return <EnhancedContent name='Content component' />;
17 }
18};
19
20ReactDOM.render(<App />, document.querySelector('#container'));

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected