I think we all know by now that static pages and server side rendering with technologies like Gatsby & Next.js are pretty handy for React. Pages that don’t require client-side rendering, which is the standard for React.js, tend to perform much better & are said to have SEO benefits.
Full article