top | item 6755906

(no title)

devhinton | 12 years ago

We prefer to have the values only defined in one place. In Epoxy.js, looking at the getting started example, it appears the value firstName is indicated both in the JS and in the HTML. In EndDash, this would only need to be done in the HTML with '<input class="firstName-" />'

In addition, when dealing with views, there is no need to extend Backbone.Views as Epoxy does. Instead, simply add data-view="myView" to the desired 'el' of that view. The js object in scope will be automatically passed in as well.

I am sure there are more differences but from a first take this is what I notice. Would be interested to hear your take as well :)

From Amicus :)

discuss

order

No comments yet.