I have seen many people using handlebars templates with BackboneJS instead of underscore templates, even underscore is hard dependency of BackboneJS. Can anyone please tell me benefits of doing so?
Handlebars:
Underscore:
On my point of view there are a lot of advantages and disadvantages of using these libs according project specifics.