How do I use react-router to create a link with an anchor for one of my pages?
Example: I want something like: mysite.com/#/nodes/10#instances
This would direct someone to the route handled by /nodes/:id and then select the tab (react-boostrap tabs) on that page that corresponds with "instances".