DEV Community

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

Collapse
 
smrnjeet222 profile image
Simranjeet Singh • Edited

First, I built my portfolio site with pure HTML, CSS, and vallina JS, but now shifted it to React SPA (Single Page App) for smooth performance and transitions.
Here's the link

Collapse
 
ganeshchk profile image
Ganesh khadanga

Does source code of your portfolio is available. Because the idea of SPA in your portfolio is really awesome . And I also want to recreate my portfolio inspired by yours .

Collapse
 
smrnjeet222 profile image
Simranjeet Singh

No, but u can always do dev-tools(inspect). That's how I did from this, was a good learning experience.

Collapse
 
z2lai profile image
z2lai • Edited

Dawg your portfolio site is MINDBLOWINGLY interactive!

Collapse
 
smrnjeet222 profile image
Simranjeet Singh

Thanks ❤
but more credits to this, this one's much better.

Collapse
 
z2lai profile image
z2lai • Edited

Your freaky-frog game is the best thing I've played on a browser in like 15 years. I'm looking forward to your next mobile game.

Collapse
 
smrnjeet222 profile image
Simranjeet Singh

Ur comments made my day, thank u so much.
I'm not much of a game developer, made this just as a hobby learning.

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