See ReactComponentView and BackboneModelWatchMixin, below.
The BackboneModelWatchView could use some additional methods to allow adding/removing watched models after the component is created.
| <script id="modal-view-template" type="text/html"> | |
| <div class="modal-dialog"> | |
| <div class="modal-content"> | |
| <div class="modal-header"> | |
| <button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button> | |
| <h4 class="modal-title" id="myModalLabel">Modal title</h4> | |
| </div> | |
| <div class="modal-body"> | |
| ... | |
| </div> |