Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
3
import PropTypes from
'prop-types'
;
4
5
class 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