When comparing jQuery Mobile vs Fuse, the Slant community recommends Fuse for most people. In the question“What are the best frameworks for developing cross-platform mobile apps with JavaScript?” Fuse is ranked 10th while jQuery Mobile is ranked 13th. The most important reason people chose Fuse is:
A key difference is that Fuse uses JS exclusively for app logic while producing native code for everything else, including population and manipulation of the UI.
Ranked in these QuestionsQuestion Ranking
Pros
Pro Resources
With HTML5 development being relatively amateur jQuery Mobile has a vast selection of resources to assist. These resources include websites, books, apps and other frameworks, 3rd party plugins and extensions, and more. All of these can help ramp up and excel the project development cycle.
Pro ThemeRoller
An interactive tool that has been created to customize an apps theme. Users can import a current theme, make changes, and export the theme back to the app for integration.
Pro Download Builder
To optimize application development jQuery Mobile provides a tool to allow the user to customize the framework. It contains the ability to pick and choose which modules to include and then bundles the framework so it contains only what is needed.
Pro Compiles to native platform code
A key difference is that Fuse uses JS exclusively for app logic while producing native code for everything else, including population and manipulation of the UI.
Pro Native performance
Pro OpenGL UI
With the option to use OpenGL based UI components, Fuse is the only of the three platforms that offer a reliable “write once, run everywhere” approach where designers can control responsive layout, look and feel down to points, pixels and percentages, keyframes and easing curves.
Cons
Con The project is practically abandoned
The last release was in 2014. Samsung Tizen Advanced UI (TAU), for example, was started with JQuery, but it was forked off and completely rebuilt from scratch with jQuery concepts but without JQuery dependency itself.
Con Clunky and slow
Con No MVC support
There is no included MVC support in jQuery Mobile. It is possible to achieve this, however, using other frameworks such as BackboneJS in combination with jQuery Mobile, but there are a few limitations. Specifically that MVC frameworks, such as BackboneJS or KnockoutJS, are not compatible with jQuery Mobile page routing.
Con Little reuse of web knowledge
Fuse doesn't support Angular or React so there is little reuse of existing web tech knowledge. The team have said they are exploring Angular 2 and then maybe React though.