Reputation: 193
i have followed the samples and currently using event aggregator router for my application in backbone.
so basically i might not use anchor element at all instead i have any element on click event triggering router event.
I still feel that i might be missing something what is the downside of this way of navigating versus directly putting in link via template compilation.
Upvotes: 1
Views: 414
Reputation: 94
I can think of a couple benefits of using a normal anchor tag with a hash route over having a click event trigger a routing change:
Upvotes: 1