react-router - pass props to handler component
I have the following structure for my React.js application using React Router: var Dashboard = require('./Dashboard'); var Comments = require('./Comments'); var Index = React.createClass({ rend...