I find myself creating custom attributes for navigation. It would be really nice if a few were included in the framework by default or at the very least an officially supported plugin to do the same.
It seems silly that we all have to write the same code for navigate-to="route: home; params.bind: {}" and navigate-back.
But if this already exists, then please point me in the right direction.
Actually, it turns out that router-href is not what I need because it only works on anchor a tags. I need something that works on buttons or anything else clickable.