Components and Props
In this episode we are going to talk about components and props, the building block of React applications.
In this episode we are going to learn how to use React properly, and not like in the last epsiode, where I’ve showed you how to add React to an already existing web site. No, today we are going to install setup React using create react app
command. This is very easy as you will see.
Once we do that, we are going to go into the meat of this lesson and we are going to talk about Components and Props, which can be considered build blocks of React applications.