React Js Appointment booking

I’m building a salon web page with React I’d like to include an appointment booking option . Would it be better practice to make this out of components or use the router option to go to a completely different page made from a fresh application.

Is my thinking wrong that I can do it both ways using React?

Either could work. It just depends on how you want to build this.

1 Like

If it were you what would you choose and why ? If you don’t mined?

It depends, if I want the appointment booking to be a separate site, like if I wanted to use it for other things, I might break it out. Or I might keep it in the same site. It would probably be easier to develop that way, especially if you are learning. You might do that and break it out later if you need too. Just keep it in a separate subfolder.