react-router go back a page how do you configure history?

前端 未结 21 1238
说谎
说谎 2020-11-30 18:30

Can anyone please tell me how I can go back to the previous page rather than a specific route?

When using this code:

var BackButton = React.createCla         


        
21条回答
  •  南方客
    南方客 (楼主)
    2020-11-30 18:59

    This works with Browser and Hash history.

    this.props.history.goBack();
    

提交回复
热议问题