The bottom line of the inline README example needed updated to refer to ReactDOM. But it's not clear to me where body comes from in this worked through example. And it should probably be replaced by some tag within the body (per recent react, rendering to body gives a warning).
Removed some unnecessary import syntax while I was at it.
The bottom line of the inline README example needed updated to refer to
ReactDOM
. But it's not clear to me wherebody
comes from in this worked through example. And it should probably be replaced by some tag within the body (per recent react, rendering to body gives a warning).Removed some unnecessary import syntax while I was at it.