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

Class

code/composition/src/app.jsx:10–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8const Title = () => <h1>Hello there!</h1>;
9
10class DataProvider extends React.Component {
11 constructor(props) {
12 super(props);
13

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected