azat-co / react-quickly

Source code for React Quickly [Manning, 2017]: Painless Web Apps with React, JSX, Redux, and GraphQL 📕
http://reactquickly.co
MIT License
544 stars 423 forks source link

Typo error in chapter 1 quiz #31

Open kamalpreetgrewal opened 5 years ago

kamalpreetgrewal commented 5 years ago

In chapter 1, the quiz question number 4:

You must include react-com.js in order to render React elements on a web page.

The answer to this is true. I believe it should be true for react-dom.js instead of react-com.js.

anthonylasso commented 5 years ago

True, I believe it's a typo unless the question is accounting for both react-core and react-dom. Since you can't use one to render without the other?