react-router-external
1.0.2 • Public • Published react-router-external

react-router-dom
<Link />
and <NavLink />
wrapper which transforms into a native HTML <a />
tag on absolute URLs
Usage
const Link = require('react-router-external').Link;
<Link to="https://google.com" /> // <a />
<Link to="/path" /> // react router <Link />
Versions
Version | Downloads (Last 7 Days) | Tag |
---|
1.0.2 | 2 | latest |
Version History
Version | Downloads (Last 7 Days) | Published |
---|
1.0.2 | 2 | |
1.0.1 | 0 | |
1.0.0 | 0 | |
Package Sidebar
Install
npm i react-router-external
Weekly Downloads