jackfranklin / jspm-es6-react-example

69 stars 18 forks source link

updated main.js #2

Open carvelhallndi opened 8 years ago

carvelhallndi commented 8 years ago

React.render() is deprecated and as a result, the example was broken. I just updated main.js to use ReactDOM.render and now it is good to go. Great code! Thanks for sharing.

jackfranklin commented 8 years ago

Thanks for this, but I don't understand why some of the changes have been made, hence the comments. Could you clarify?