Next.js

You might say

Is there a framework for building a full React site with routing and SEO?

A React framework for building full websites and web applicationsWhen someone opens /products/42, Next.js can find that product page and fetch product data on the server before showing it. It does not automatically provide a product database or permission system.
Know first
Next
Further reading