Skip to content

Instantly share code, notes, and snippets.

View Alex-Shilman's full-sized avatar

Alex Shilman Alex-Shilman

View GitHub Profile
@Alex-Shilman
Alex-Shilman / 1.html
Created October 5, 2015 20:11 — forked from jardix22/1.html
Modal Bootstrap 3 + Marionette.js
<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">&times;</button>
<h4 class="modal-title" id="myModalLabel">Modal title</h4>
</div>
<div class="modal-body">
...
</div>
@Alex-Shilman
Alex-Shilman / README.md
Created September 28, 2015 12:08 — forked from BinaryMuse/README.md
Integrating React with Marionette

Integrating React with Marionette

See ReactComponentView and BackboneModelWatchMixin, below.

Notes

The BackboneModelWatchView could use some additional methods to allow adding/removing watched models after the component is created.