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

Ch5 - Fixing console log messages in section (5.4) #26

Closed Lroca88 closed 5 years ago

Lroca88 commented 6 years ago

Old props in componentDidUpdate(...) were addressed as new props in the console logs. Old state in componentDidUpdate(...) was addressed as old props in the console logs. The rendering... Display message was commented out, if not showing in the console, I would rather get rid of it.