I am trying to avoid the following:
state.tasks.bind('length', function() { .... })
I guess I could bind to "add" and "remove" like below, but I thought it would have been easier to just bind to length
- '{state} tasks add': function() {console.log('task added');},