Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Ionic Framework equivalent for Knockout?

I am fond of Durandal and KO frameworks, I just find them to be a more elegant, simpler solution.

However Angular with Google behind it had enjoyed better marketing success and hence the more choice of customizations.

Now is there something of equivalent nature on the KO end to Ionic? Or is the war already won and I just need to move on.

like image 373
Alwyn Avatar asked Sep 11 '14 06:09

Alwyn


1 Answers

TL;DR Don't know of any alternative for KO/Durandal but going your own way may be a better choice.

What I understand from Ionic it is a wrapper around the core Cordova hybrid framework. As you mentioned it is built with the idea to use AngularJS everywhere. Besides being a wrapper it also provides additional plugins.

So essentially if you will it is just a simplification for NG developers. I don't want to say it is not doing a good job, but actually you can do all of that by your own with Knockout & Durandal as well. So far I've built a few demo apps with Cordova + Durandal and have to say it's getting better and better, especially the node cli tools provided from Cordova accelerate development a lot. The big advantage in my view with going this way is that you have complete freedom of what Frameworks and Libraries you choose.

  • Choose whatever MVWhatever JS framework you like
  • Choose your GUI Framework (take a look at Ratchet pretty slick :)
  • Pick the plugins you need or write them yourself
  • Decide which CSS derivate you like best or stick to the basic if you dont care
  • Enjoy modularization and lazy loading with RequireJS :)
like image 87
zewa666 Avatar answered Sep 27 '22 22:09

zewa666