Answers for "useHistory goback"

1

useHistory goback

import {useHistory} from "react-router-dom";

const history = useHistory();

<button onClick={() => history.goBack()}>Go Back</button>
Posted by: Guest on November-30-2020

Code answers related to "Javascript"

Browse Popular Code Answers by Language