Hello everyone, I got my first programming gig!
I am currently in the process of building the basics of the clients website, and I wanted some advice.
So their current website looks like this.
(the area below the nav bar changes based on what you click on.)
I want to improve on this. But I like the general design.
I want to know how I should go about creating a page like it in React, where the nav-bar will show different components below the header.
I’ve thought about using conditional rendering or using react router and just having all separate pages, I am just unsure what is best.
Thank you in advance.
TLDR: How to create a page that changes components only in one area?