|
|
|
|
|
by dominic_cocch
4042 days ago
|
|
Yeah, I think the example itself is not a great pattern. :) If I were to redo that example, or do another example completely, I'd probably move a lot of that logic stuff into the model. It's possible I'll add a more traditional 'controller' to the mix at some point, but I mostly wanted a similar structure to that of Backbone, without the need for jQuery/underscore. |
|
For how small the library is, this is pretty fantastic though. Significantly smaller than Backbone for similar syntax.