Marionette.jsメモ

document

Marionette.jsのApplicationメモ


AppRouter

document
Backbone.Routerを拡張したもの

let router = new AppRouter();
Backbone.history.start();

Marionette.jsのViewメモ


CollectionView

document
document


Marionette.jsのEventメモ


Marionette.jsのRegionメモ


Backbone Radio

document


Object

document

Template

document


TemplateCache

document

TemplateCache.get(selector, options)
TemplateCache.clear()



Backbone.jsメモ
Handlebars.jsメモ
handlebars.js