I am new to ReactJs. This is my code:
var React = require(\'react\'); var ReactDOM = require(\'react-dom\'); var {Route, Router, IndexRoute, hashHistory} = requ
If you want to have multiple routes you can use switch like this,
import {Switch} from 'react-router';
then