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

Class

code/event-handlers/src/app.jsx:23–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21};
22
23class Switcher extends React.Component {
24 constructor(props) {
25 super(props);
26 this.state = { name: 'React in patterns' };

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected