ReactJS Tutorial for Beginners -2
--
Welcome to part-2 of the series. You can find part-1 here. In the previous part we had learnt about React and just created a project hello-world with create-react-app.
The Structure
We will learn more about the files and the folders, which were automatically created by React. In the root of our project we have 3 folders and 4 files.
The Files
First, the file package.json contains all our dependencies and scripts required for the project. It also tell about the version of ReactJS.
You can read rest of the article from my site. The link for the same is below.
https://thewebdev.tech/react-basics-2
This completes part-2 of the series. You can find part-3 here.