How to Highlight Active Navigation on Scroll in React
I was working on a project that required me to highlight the active menu as a user scrolls through different sections.
I had previously implemented this feature using plain JavaScript. To achieve this, I simply used querySelector to get the element's...
netacci.hashnode.dev6 min read