Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/kdchang/reactjs101
/ NavLink
Function
NavLink
Ch05/react-router-example/src/components/NavLink/NavLink.js:4–6 ·
view source on GitHub ↗
(props)
Source
from the content-addressed store, hash-verified
2
import
{ Link } from
'react-router'
;
3
4
const
NavLink = (props) => (
5
<Link {...props} activeClassName=
"active"
/>
6
);
7
8
export
default NavLink;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected