| Page 1 of 1 | [ 2 posts ] |
|
Does YUI has something similar to MVVM pattern like knockoutjs (http://knockoutjs.com/) or KendoUI MVVM (http://demos.kendoui.com/web/mvvm/index.html)?
Thanks in advance, Carlos Adriano Portes |
|
YUI's App Framework suite of components does not currently have any data binding features, so the short answer would be no since MVVM patterns tout data binding.
That said, data binding is definitely something we'd like to add to the App Framework, being able to reduce common boilerplate code into conventional patterns is an obvious win. MVP design patterns, a close cousin of MVVM, are possible and easily implementable using the current suite of components and features in the App Framework. I did a quick proof of concept implementing a Presenter which can be seen here: https://github.com/yui/yui3/blob/master ... enter.html |
| Page 1 of 1 | [ 2 posts ] |
| You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum |
© 2006-2013 Yahoo! Inc. All rights reserved.
All code on this site is licensed under the BSD License unless stated otherwise.
About This Site · Security Contact Info
Powered by phpBB® Forum Software © phpBB Group