When to use SSR (with React)

I wonder what are the appropriate use cases for SSR?

I’m currently building an e-commerce site. I have a list of products that will stay on the site for some time. In this case, should I use SSR for the product detail page? Or should I use fast-render?