Skip to content

MRanjith26/Show-Hide-Timer

Repository files navigation

Component Life Cycle

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