webqueue2 currently have no way to go straight to an item from a URL. This must be done by loading the page, finding the item and selecting it. This has several drawbacks: - The very common workflow of referring to an item becomes very tedious - Items cannot be linked to - Items cannot be referenced by ecnslackbot Using [react-router](https://reactrouter.com/) all of this functionality can be achieved allowing for getting an item by something like: webqueue2.com/me/22 --> the ME 22 ItemView