installing render log to count

This commit is contained in:
Connor Turland 2017-03-16 01:13:20 -04:00
parent 04a0b177e0
commit 77297f9f17

View file

@ -90,6 +90,7 @@ const ReactApp = {
const self = ReactApp
const createElement = (Component, props) => <Component {...props} {...self.getProps()}/>
const app = <Router createElement={createElement} routes={routes} history={browserHistory} onUpdate={self.handleUpdate} />
console.log('rendering')
ReactDOM.render(app, document.getElementById('react-app'))
},
getProps: function() {