useNavigate and useLocation hooks in ReactJS
As the name suggests these are the 2 hooks mainly used for navigation functionality in reactjs, as these are router related functionalities these are bundled inside react-router-dom library.
useLocation() hook:
How to use useLocation hook?
Inorder to...
deekshithmd.hashnode.dev3 min read