Using Marionette.ItemView for views without models?
问题 Is it conventional to use Marionette.ItemView for view classes that do not have a specific model property associated with them? As Marionette.View is not meant to be used directly, it seems like an ItemView makes sense as a view class with convenient defaults and bindings. Or, should one just resort to using Backbone.View ? If so, is there a way to hook Backbone.View into Marionette's evented and garbage-collected architecture? Thank you for clarification! 回答1: ItemView can be used without a