ReactJS Tutorial for Beginners -3
Oct 2, 2020
Welcome to part-3 of the series. You can find part-2 here. We will learn about the biggest building block in React and that are component.
Components in ReactJS
Component are the main building block in ReactJS. Component describes a part of the User Interface as can be seen in the below image, where we had divided the entire app into parts or Components.
You can read the rest of the article from my blog site. Link for the same is below.
https://thewebdev.tech/react-basics-3
This completes part-3 of the series. You can find part-4 here.