React JS Components

React JS have the following components
1. Simple Components
2. Stateful Components

Simple Components
        React components uses render ( ) method to inputs and using { this.props }, Input components data is accessed.

Stateful Components
        Along with Input data components, a components { this.state }which is used to maintain internal state data.