从React组件中的方法重定向

时间:2017-10-14 14:00:52

标签: reactjs react-router

可以使用componentDidMount标记,redirect to another route from within React render method.如何在React组件方法中执行相同操作? **Scanner sal = new Scanner(System.in); System.out.println("Enter annual employee salary $"); int salary = sal.nextInt(); salaryArray[index] = salary; index++;**

1 个答案:

答案 0 :(得分:-1)

您可以导入历史记录并使用history.push在生命周期方法或方法中以编程方式导航React Router项目。

React-Router Docs - History