react-router-relative-link icon indicating copy to clipboard operation
react-router-relative-link copied to clipboard

Allows react-router's Link component to accept relative paths.

Results 5 react-router-relative-link issues
Sort by recently updated
recently updated
newest added

would need readme updated too ..

Right now, trying to use this module in Typescript raises the following error: ``` Could not find a declaration file for module 'react-router-relative-link'. './node_modules/react-router-relative-link/lib/index.js' implicitly has an 'any' type. Try...

https://github.com/donavon/react-router-relative-link/blob/master/src/CoreLink.jsx#L21 is there a reason trailing slashes are stripped off? it clashes with the solution proposed here - https://github.com/ReactTraining/history/issues/428#issuecomment-299398667

First of all, thanks for the great library. It is also especially important as while react-router v4.x.x is stated to be getting relative links, no new features will be backported...