1.2 Hello Component

In this tutorial, you will create the first Hello component. Also, this will use the state and props for React component.


1.2.1 Dataflow:



1.2.2 How to:

1. Create components folder in <projectname> folder.

2. Create 'components/HelloComponent.js' file.

3. Update 'App.js' file.


1.2.3 Screenshots: