useLocation VS useRouteMatch
what is different between useLocation and useRouteMatch as they are both used to access current Path and URL?
useLocation
Provides access to the location prop in React Router
const location = useLocation();
It is similar to window.location in the bro...
omarsaade.hashnode.dev1 min read