I am working on an application. it's a huge react application and it's already live in production. We have used everything ( React-Routing, Redux etc ) in this app and the backend is written in Java.
I want to enable Server Side Rendering (SSR) in the application for SEO. I have been through some articles about different approaches to implementing SSR in react.
It would be a great help if someone suggests the best and most efficient approach by which I could enable the SSR and SEO for my application without changing the backend.