Is there a way to get React Router to open a link in new tab? I tried this and it did not work.
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
target="_blank"