I've a little problem with reach router, using react hooks. I need capture the params of the route in the browser
I tried with props of the native documentation in the web of reach router but that is not giving me the param, the route is this:
http://localhost:8080/home?init=true
How to capture that variable "init"?