React Router on Portfolio Page?

Would it be alright to use React Router on my Portfolio page to jump from section to section instead of scrolling? Or would that be bad design practice?

I wouldn’t say it’s bad practice, but will leave you a bit frustrated as anchor links are difficult with React Router currently. You can try using React Router Hash Link if you want to take this route, or if it feels like overkill there is also React Anchor Link Smooth, which looks a lot simpler.

1 Like

I’ll look into those, thanks for the info!