atlassian-labs / react-resource-router

Configuration driven routing solution for React SPAs that manages route matching, data fetching and progressive rendering
https://atlassian-labs.github.io/react-resource-router
Apache License 2.0
202 stars 28 forks source link

Allow Redirect component to accept Route object as `to` #108

Closed jpqne closed 2 years ago

jpqne commented 2 years ago

This would allow the Redirect component to accept a route object as a prop, similar to Link.