An open API service indexing awesome lists of open source software.

https://github.com/reddy-epk/clock-app

Creating a react clock app with the concepts of Component life cycle
https://github.com/reddy-epk/clock-app

clock component-life component-life-cycle-methods constructor constructor-methods render show-hide-clock

Last synced: about 2 months ago
JSON representation

Creating a react clock app with the concepts of Component life cycle

Awesome Lists containing this project

README

          

Building a **show/hide-Clock** app.

### Set Up Instructions

Click to view

- Download dependencies by running `npm install`
- Start up the app using `npm start`

## Component Life Cycle topics in this module

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