React JS Quiz
Home
Blog
Privacy Policy
Contact Us
useHistory Quiz
What method on the history object is used to navigate to a different route?
Report this question
push()
Show Explanation
The push() method on the history object is used to navigate to a different route.
navigate()
route()
redirect()
Next Question (3/20)