Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 208 Bytes

README.md

File metadata and controls

12 lines (11 loc) · 208 Bytes

Component Life Cycle

  • Mounting Phase
    • constructor()
    • render()
    • componentDidMount()
  • Updating Phase
    • render()
  • Unmounting phase
    • componentWillUnmount()
  • Behind the scenes
    • Virtual DOM