preactjs / preact-router

:earth_americas: URL router for Preact.
http://npm.im/preact-router
MIT License
1.01k stars 156 forks source link

Preact equivalent of useLocation in react router dom #431

Open Elue-dev opened 1 year ago

Elue-dev commented 1 year ago

I have been searching for the equivalent of useLocation for Preact but couldn't find any, is there one?

j67Sv89n commented 1 year ago

I think it's related to this: https://developer.mozilla.org/en-US/docs/Web/API/Location Location.pathname

const searchParams = new URLSearchParams(location.search); URLSearchParams - Web API