I am so impressed with Breeze that I decided to start collecting JavaScript frameworks / libraries which are Breeze compatible like http://www.asp.net/single-page-application/overview/templates/breezeknockout-template for example. However, simplifying JavaScript UI using the MVVMM pattern (Knockout contribution) is not all I need, as I would really like to use KendoUI for it's UI widgets and support for ASP.NET MVC.
As far as I can tell, KendoUI integration with Breeze is less than complete, because KendoUI DataSource component does not have to ability to handle Breeze Metadata so the best parts of Breeze are not utilized.
The other way of asking my question is this: can I build a JavaScript desktop application (SPA like entity) using Breeze for world class database access and some other JavaScript toolkit that offers world class UI builder?