DEV Community

Discussion on: What tech-stack do you use for your portfolio?

Collapse
 
developertheexplorer profile image
Arvin A

Isn't React bad for SEO? Are you using isomorphic react or just pure React SPA? I'm torn between going to pugJS or stay with React and let it affect the SEO.

Collapse
 
smrnjeet222 profile image
Simranjeet Singh • Edited

Isn't React bad for SEO?
No
U can use react-helmet and other libraries

and I used pure React, since when build, I was new to React and was my first project

Nextjs and Gatsbyjs are better options