DEV Community

Discussion on: Stop Using React! 🚀🔥

Collapse
 
anyanka profile image
Anja

Oh, that's interesting! I didn't know that React causes SEO problems.
But I can't comprehend the lack of documentation – there is a huge documentation on the React site itself, what do you miss?

Collapse
 
link2twenty profile image
Andrew Bone

The issue is actually SPAs aren't very good at being indexed by crawlers it's not an issue with React directly. NextJS solves this by actually serving unique HTML per page rather than having one page manipulated to look different depending on the URL.