So every time, I route to a new page on the click of certain divs I have to check if the name of the div exists in the server with axios and display all the information about the div clicked from the server. I was hoping to use the router.beforeEach methods or an @click method then router.addRoute and then router.push. Any suggestions on what I can do?