mikechau / react-primer-draft

A primer for building web applications with React.
Other
3.65k stars 104 forks source link

Update the examples to not use document.body #11

Closed mikechau closed 9 years ago

mikechau commented 9 years ago

It's a bad idea to render into document.body, so the examples should be updated to render into a <div id="content"></div> instead.

JS Bins need to be updated too.

mikechau commented 9 years ago

Here's the reason why: https://medium.com/@dan_abramov/two-weird-tricks-that-fix-react-7cf9bbdef375