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

Support initial route and link to route #56

Closed albertogasparin closed 3 years ago

albertogasparin commented 3 years ago

Couple of new APIs to allow better and future optimisations:

Moreover matchRoute result is now cached, so looking for the same location will avoid looping through all route definitions over and over.

TODO: