- window.location =
/jobCandidates/${jobId}?candId=${candidateId}
- import { Redirect } from 'react-router';
- {candidate.name}
- props.history.push("/forgotpassword", { userId: user.username });
- Define the routes first in App.js import { Router , Route, Switch } from "react-router-dom";
class App extends Component {
render() {
return (
exact />
</div>
</Router >
);
}
}
Top comments (0)