The question is pretty self explanatory but I'd very much like to syle my links differently depending on whether the route is active or not.
If Link does not have the ability to style itself based on whether it's the active route, is there a way to get the active route via props or some JavaScript so that I can make my own conditional styling?
Worse comes to worst I can just call a function from my page view that tells the main layout manager what page we're currently on - but I'd prefer not to do this.