Mobile application framework without angular.js

I think what framework should I use to transfer the existing user interface of the application to the mobile.

I saw Ionic, and I was pleased with its user interface and components until I noticed that Angular.js is required for its functionality.

My project was developed in Knockout.js on top of Node.js, and I do not plan to use Angular at this point.

jQuery Mobile seems like another alternative to this, but it seems that its development is not so active and its community is not so large or active . In addition, the user interface is not native to every OS, and it looks good on large screens.

I saw other alternatives (Onsen UI, Intel XDK, Sencha Touch, Kendo UI, Framework 7 ...), but none of them seem as popular and active as ionic ones, and some of them still need Angular.js.

Isn't there a frame out of the box that doesn't require Angular.js and that provides not only a user interface, but also touch functions like Ionic?

Bootstrap may not be at the same level as all of these frameworks.

+4
source share
2 answers

Onsen. Onsen UI 2.0 ( -), , , . , - , AngularJS 1.x( Angular 2 ), ReactJS (. ) KnockoutJS.

, iOS Android, , Windows (Windows Phone, Windows Universal App) Material Design! .

, StackOverflow Gitter. , , ( 600 , ) .

Onsen UI 2.0 .

+7

Source: https://habr.com/ru/post/1622737/


All Articles