Using SPA editor without SPA Routing
We have a requirement where client has a React component library developed outside of AEM and they want to use it to create their new website in AEM. They don't want SPA features such as spa routing. We are thinking of using the React SPA project with Server Side Rendering using a express server. We will not use react routing as SPA is not a requirement for the client. With this approach we can use all the react code already developed.
Will this be a good approach? What issues can we face? Any suggestion will be helpful!