I would like to to do something like this:
{{#each authors}}
<li> {{row_number}}. {{name}} </li>
{{/each}}
Where row_number
starts with 0.
Conventional approaches don't seem to work because of the reactivity (different rows updated at different times).