⌈⌋ ⎇ branch:  Bitrhythm


Artifact Content

Artifact 5cafe0aba3fdcaf79e0e1db9d277ecef5b965306b3f1f35e78c52e6e226a6aab:


<should-update>
  <p ref="count">{ count }</p>

  this.count = 0

  shouldUpdate(data) { return data }

  this.on('update', function() {
    this.count ++
  })
</should-update>