MCPcopy Create free account
hub / github.com/reactjs/react-modal / App

Class App

examples/basic/react-router/index.js:31–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29);
30
31class App extends Component {
32 render() {
33 return (
34 <Router history={history}>
35 <div>
36 <Link to="/basic/modal" className="btn btn-primary">Modal</Link>
37 <Route path="/basic/modal" component={ReactRouterModal} />
38 </div>
39 </Router>
40 );
41 }
42}
43
44export default {
45 label: "react-modal and react-router.",

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected