other-emerald•3y ago
history.push
can i use history.push("/customroute',{data:"something"}) in refine and i want to access that in using useLocation hook in that route
5 Replies
other-emeraldOP•3y ago
please share documentation of useParam?
genetic-orange•3y ago
Hi @rehan1 , sorry for late response.
i will create example for you
other-emeraldOP•3y ago
okay thanks
genetic-orange•3y ago
you can use
useNavigate from @pankod/refine-react-router-v6
https://reactrouter.com/en/6.5.0/hooks/use-navigate
navigate takes state object as a second argument. you can read from other page with useLocation() 's returning state object
other-emeraldOP•3y ago
thanks