Pasvaz/bindonce

Clarification - regular handlebars {{item.value} watcher

inspire22 opened this issue · 1 comments

A regular {{item.value}} in a template would still create a watcher, right? So the solution with bindonce would be

 <span bo-bind="item.value"></span>

Or is there a more concise way?

it's correct, that's the way to go.