I am going to start developing an application similar to Uber in the sense that a ‘customer’ can request a job/service and a registered ‘worker’ can accept the request if they have the skills/requirements to fulfill the customers request.
For now I am focusing on a website for the customer where they can request a ‘worker’ for a particular job/service.
The main component will be a form where they can input the job/services they require, their name, contact details, etc.
However the majority of the website will be static content explaining how to use the website as well as SEO content.
I really enjoy using React and want to improve my React skills however it seems that only the input form takes advantage of React.
Disregarding the SEO issues with a client-side rendered website, Is it bad practice to develop the whole website in React even though it is majority static content?
Would another framework like Vue suit my needs better?
Looking for some feedback on what path I should take to build this application, also not sure if I am providing enough information to receive valuable feedback so ask questions if my brief is not clear.
Cheers