DevMountain / react-i-ii-review

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Project Summary

In this project, we will work in small groups to review several React concepts. Your instructor will divide the class into small groups. Each group will work together on a different .md file for 20 minutes to learn about a React concept. The goal is for every group to complete the "Remember, Understand and Apply" sections in each of these files. The "Analyze, Evaluate and Create" sections are for extra practice if you have extra time. After 20 minutes, each group will move to the next .md file to review a new concept. After every group has completed their review of each React concept, you will spend some time reviewing them collectively as a class.

Component Lifecycle Slides from Lecture

https://slides.com/dmweb/react-3#/

Student Learning Objectives

  • Student can verbalize React fundamentals (Component Architecture, Unidirectional Data Flow, Virtual DOM)
  • Student can declare state
  • Student can implement class and functional components
  • Student can pass props
  • Student can describe the React lifecycle
  • Student can implement lifecycle hooks

Contributions

If you see a problem or a typo, please fork, make the necessary changes, and create a pull request so we can review your changes and merge them into the master repo and branch.

Copyright

© DevMountain LLC, 2018. Unauthorized use and/or duplication of this material without express and written permission from DevMountain, LLC is strictly prohibited. Excerpts and links may be used, provided that full and clear credit is given to DevMountain with appropriate and specific direction to the original content.

About