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
198 stars 28 forks source link

Move useTimeout from common utils to controllers/hooks #179

Closed dalehurwitz closed 1 year ago

dalehurwitz commented 1 year ago

Moves useTimeout used in Link from:

/common/utils

to:

/controllers/hooks/use-timeout.