if (data.success === true) {
window.location.replace('/verify')
}
For react function based component I've tried useNavigate
hook. What is the equivalent method for React class based component for loading the new page without reloading the entire window, I feel like it would be preferable to load the page via the react-router-dom