Answers for "link vs NavLink in React Router"

0

link vs NavLink in React Router

Link and NavLink work almost the same, but NavLink help us to highlt the active link
by provding us with a another attribute called activeClassName={yourClassName},
  which work on active classes.
  So it's better to use NavLink as compare to the Link component.
Posted by: Guest on March-10-2022

Code answers related to "Javascript"

Browse Popular Code Answers by Language