MCPcopy 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

2import { Link } from 'react-router';
3
4const NavLink = (props) => (
5 <Link {...props} activeClassName="active" />
6);
7
8export default NavLink;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected