bradstiff / react-app-location

A package to avoid repetition with Routes and URLs, and reduce boilerplate with location param parsing in React Apps
MIT License
97 stars 8 forks source link

Can a location be rendered as NavLink #11

Open YM-KA opened 5 years ago

YM-KA commented 5 years ago

I would like to use the activeClassName prop in NavLink to highlight the current location. Is it possible to generate a NavLink from location or is there already a better solution available?

Kind regards Kazuyuki