October 2019
Intermediate to advanced
426 pages
11h 49m
English
The useLoadingRoute Hook has the following signature:
const loadingRoute = useLoadingRoute()
It returns the Route object for the page that is currently being fetched. If no page is currently being fetched, it outputs undefined. The object looks the same as the Route object of the useCurrentRoute Hook.
Read now
Unlock full access