DEV Community

Discussion on: Crack the React Interview!

Collapse
 
mangor1no profile image
Mangor1no

React itself does NOT have good support for SEO since it is CSR. When your browser load a ReactJS web application, it basically just return a div tag with the id "#root". The whole rendering process is depended on the js file which has been bundled earlier.