React-Router open Link in new tab

前端 未结 11 597
傲寒
傲寒 2020-12-08 01:24

Is there a way to get React Router to open a link in new tab? I tried this and it did not work.



        
11条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-08 02:12

    Starting with react_router 1.0, the props will be passed onto the anchor tag. You can directly use target="_blank". Discussed here: https://github.com/ReactTraining/react-router/issues/2188

提交回复
热议问题