Search code examples
trigger.ioforge

What JavaScript framework do you use with trigger.io? (backbone, knockout, ember, angular)


What JavaScript framework do you use successfully with Trigger.io? I mean client side JS app frameworks like backbone, knockout, ember, angular?

We use angular.js here but have some significant problems when using router for our app ... see details here https://groups.google.com/forum/?fromgroups#!topic/angular/XGDRAskA8qs . Trigger.io and using angular.js router doesnt work together.(at least we could not get it to work)

Do you use some other JS framework you can recommend as working fine with trigger.io using application router capability? (I could see similar router feature in ember or backbone for example)


Solution

  • Although we don't endorse one particular library, and our goal is to be compatible with them all, I normally reach for Backbone first when starting a Trigger app. It's simple, lightweight but powerful and has a bunch of nice extensions.

    Apart from the issues with Angular which we aim to have fixed as part of our next major release (probably end of July '12), we've not had reports of any snags with other libraries apart from Amber Smalltalk, which should be fixed in the same release.

    We have demo apps using Backbone and Sencha here and here, and our initial demo app is written using jQuery Mobile.