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

Class

code/communication/src/app.jsx:5–5  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3import PropTypes from 'prop-types';
4
5class Title extends React.Component {
6 constructor(props) {
7 super(props);
8 this._clickHandler = this._clickHandler.bind(this);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected