Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 493 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 493 Bytes

Purpose

The purpose of this repo is to learn and try out the features of ReactJS. It will contain various components usually within it's own component or spread over parent and child components.

Available Scripts

In the project directory, you can run:

npm start

Component List

Parent and Message - To show how to avoid re-rendering of child component

LifeCycle - just a call to lifecycle methods and see in console logs

PropContainer - To pass props to child component