c0d3ster / DakDoug

Personal Website
https://dakdoug.com
0 stars 0 forks source link

Add Anchor Tags to Header NavItems #3

Closed c0d3ster closed 6 years ago

c0d3ster commented 6 years ago
  1. Get functionality for anchor tags in React Router.
  2. Add anchor tags and listeners to Header NavItems.
  3. Import GSAP or other animation library to ease scrolling.
c0d3ster commented 6 years ago

went with an easier approach outside of React Router functionality as I realized that I didn't want the anchors in my browser history and bringing in GSAP just to manually apply easings was overkill. React-scroll is a great library for listening to, animating, and customizing vertical scroll behavior. This dependency will make it easier to extract the Header component out to the App level in the future as well.