Skip to content

Tag: reactjs

What is App.js file in React? The file is way too long?

I wanted to mention that I am new to react and took over the existing project. The app.js file in the component folder is too long. Does this file update by itself, or is it ok to edit the file? Answer This is the main file in reactJs. It is the parent component of the application. All the components of