Google has the ability to crawl even “heavy” React sites quite effectively . However, you have to build your application in such a way that it loads important stuff that you would want Googlebot to crawl when your app loads. Stuff to take note of include: Rendering your page on the server so it can load immediately.
Read moreWhy React is not good for SEO?
React gives you a SPA (Single Page Application) which requires Javascript to show the content on the page. The problem is that the Google crawl bot, that scans all the pages on the internet, isn’t as good as understanding a page with javascript compared with a page that consists of regular HTML-code.
Read moreIs React website SEO friendly?
Is React good for SEO? React is a JavaScript framework developed to build interactive and modular UIs. SEO is not a design goal of React but content websites built with React can be optimized to achieve better indexing and ranking .
Read more