Next.js Discord

Discord Forum

Nav link highlighted whenever it is active

Unanswered
English Angora posted this in #help-forum
Open in Discord
English AngoraOP
Dear forum,

I would love to have the nav link highlighted whenever it is active.

Does somebody have a source or idea, or had this problem before?

Best regards.

3 Replies

you can use usePathname hook to get the current path
@Ray you can use usePathname hook to get the current path
+1 to this, just make sure you have that component client component (and everything doesn't have to be)
@riský +1 to this, just make sure you have that component client component (and everything doesn't have to be)
English AngoraOP
Thanks, I will look into it later as it's not a high-priority task. I will share it here when I am done if you are interested in the code.