Heyy, Currently I am using react-location for routing and I am new with it. I want to pass data from one page to another. Is there any way to do it.I have read the documents but i am unable to find solution of my problem. Thanks in advance.
I used navigation like this,
navigate({to: `/auth/reset-password`})
and with this i want to pass entered email field data.