filearts / plunker_www

The public-facing website for http://plnkr.co
MIT License
289 stars 99 forks source link

React Template Update #86

Open rlye opened 8 years ago

rlye commented 8 years ago

I believe the React.js template needs to be updated.

The script.jsx file should be updated from:

` React.render(

Rendered from script.jsx!

, document.getElementById('example') ); ` to: ` ReactDOM.render(

Rendered from script.jsx!

, document.getElementById('example') ); `