Live data from Hacker News

Ask HN: Should I use React for a personal portfolio?

news.ycombinator.com

11–20 of 52 posts

Re: Ask HN: Should I use React for a personal portfolio?

#11
If it's a portfolio website, I don't think your client would know/care what you have used. So use whatever brings the best of your skills and knowledge.

And in parallel create something specific to React which demonstrates your skills and at the same time useful to others.

All the very best.

Re: Ask HN: Should I use React for a personal portfolio?

#12
If you’re using it as a reason to learn React or it gets you excited to get started, sure! Especially if you plan to have more than just static content, it’s totally a viable choice. But as someone who writes a lot of React for work, do I think it sounds like the right technology for a personal portfolio? Not really.

To me, part of the joy of small personal sites is that you can sidestep all of the tooling and compilation stuff and instead just write and publish. But I’ve also seen some highly interactive portfolio apps that run on React or similar, so a lot depends on your vision and what excites you.

Re: Ask HN: Should I use React for a personal portfolio?

#13
post #4

If you are looking for a front end role, a great idea, otherwise it's not a bad idea. But, I would suggest going with Next over React for static content, this a great starter https://vercel.com/templates/next.js/nextjs-boilerplate and your build process will be all set from the set and tied to the created GitHub main branch, best of luck!

Nextjs is the way.

Re: Ask HN: Should I use React for a personal portfolio?

#14
It depends on a lot of things, including how much content you have to display and how much interactivity you want to provide.

If this was a work task, you would consider those things, plus time to deliver, cost and existing skill in React (versus need to upskill resources).

My advice would be to go through that process. What are your requirements, both from a functional and organizational point of view? From there, what options do you have to achieve the requirements? And finally, what are the costs, benefits and potential risks/rewards of both?

That level of technical analysis would be an excellent addition to a portfolio.

Re: Ask HN: Should I use React for a personal portfolio?

#15
I browsed with JS disabled by default for a long time so I would have seen nothing and clicked away. Unfortunately I don't do this anymore because every website uses JS for innocuous things now and most sites (not HN though!) would be hopelessly broken.

If you want to show off React, do a demo somewhere other than your main website. It's really offputting to see gratuitous interactivity on personal sites that just gets in the way of actually reading what's there.

Re: Ask HN: Should I use React for a personal portfolio?

#16

You should use “resume” to show off your skills. Nobody is looking at a portfolio site.

It's the opposite in my experience. Anyone can write on a piece of paper that they have 5/5 CSS skills. The portfolio says what those skills really are. I've gone to interviews where people printed out all 20 pages of my portfolio, but surprisingly none where they printed out the resume.

Re: Ask HN: Should I use React for a personal portfolio?

#17
I wouldn't spend any time on a portfolio. No manager spends their time looking at that. You are not a UX designer and portfolio means nothing. Your best bet would be polishing your resume and LinkedIn profile -- that's where recruiters and hiring managers look for highlights.

If you want to do a portfolio regardless, especially for non job hunting purposes, do it however you'd like and spend however much time you want, ONLY IF you enjoy creating such a website. Otherwise anything that is not ugly is ok, and my personal preference would be to give the website a somewhat "modern" look, although not fancy.

Re: Ask HN: Should I use React for a personal portfolio?

#18
You haven't provided enough context (if there even could be enough) to answer this question. You asked if it "would be okay". No one can answer this question for you. What does "be okay" even mean?

Focus on the content of the portfolio and don't sweat the invisible details.

Re: Ask HN: Should I use React for a personal portfolio?

#19
post #4

If you are looking for a front end role, a great idea, otherwise it's not a bad idea. But, I would suggest going with Next over React for static content, this a great starter https://vercel.com/templates/next.js/nextjs-boilerplate and your build process will be all set from the set and tied to the created GitHub main branch, best of luck!

Agree, you can use the React-isms to easily compose html into reusable components while statically generating everything or React Server Components.

Re: Ask HN: Should I use React for a personal portfolio?

#20
post #4

If you are looking for a front end role, a great idea, otherwise it's not a bad idea. But, I would suggest going with Next over React for static content, this a great starter https://vercel.com/templates/next.js/nextjs-boilerplate and your build process will be all set from the set and tied to the created GitHub main branch, best of luck!

Agree, you can use the React-isms to easily compose html into reusable components while statically generating everything or React Server Components.

Or they could just write html and css.
Post reply on HN