useRoute Hook
Diego Muralles avatar
Written by Diego Muralles
Updated over a week ago

Watches and returns information about the current page route.

Usage

const {pageKey, path} = useRoute();
Did this answer your question?