All components of my app.js/index.js pages tend to render in my routed pages. I don’t know how to go about rendering specific components only on the app.js/index.js page.
Basically, my app.js file is linked to the index.js file, so I just work on the app.js file most of the time.
Every routes I make tend to render the components of the app.js file with their own components together.
Is there a way I can go about this so only the app.js/index page render specific components?
Goodie is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.