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
gradual-turquoiseOP•3y ago
please share documentation of useParam?
rising-crimson•3y ago
Hi @rehan1 , sorry for late response.
i will create example for you
gradual-turquoiseOP•3y ago
okay thanks
rising-crimson•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
gradual-turquoiseOP•3y ago
thanks