CodeYourFuture / syllabus-archive

[ARCHIVED] Please use https://github.com/CodeYourFuture/syllabus
https://codeyourfuture.github.io/syllabus-master
74 stars 116 forks source link

Update React week 2 section to be clearer that it is about re-rendering #429

Closed 40thieves closed 4 years ago

40thieves commented 4 years ago

Updates the existing Reacting to Changes section to rename to Re-Rendering Components. This also removes some unnecessary details from the example code about how a forced re-render was happening. The section attempts to discuss re-rendering separate from state, but the primary focus is now on why re-rendering is an important concept.

Rendered version.