⌈⌋ ⎇ branch:  Bitrhythm


Artifact Content

Artifact 6c7673f84eea3c68682b3c91964cb2d23afb70c939acb61666927f0e01b959b8:


<update-context>
  <p>{ message }</p>

  <script>
    this.message = 'hi'

    this.on('update', function() {
      this.message = 'goodbye'
    })

    setTimeout(this.update, 100)
  </script>
</update-context>