knockout.js - Using Knockout with Ember instead of handelbars -


knockout fantastic templating engine it's not framework angular , ember, durandal making progress i'd explore options. have 3 main questions:

  • is there current support alternative templating engines in ember (real support, not it's possible)?
  • has used knockout ember?
  • how 1 go adding support knockout?

is there current support alternative templating engines in ember (real support, not it's possible)? has used knockout ember?

no. ember.handlebars tightly integrated ember binding system. may possible not advisable.

how 1 go adding support knockout?

the correct way approach have desired templating language in case knockout compile handlebars templates inside build process.

this has been done quite in emblem project. emblem haml inspired indentation based templating language compiles handlebars. has required tooling support node based command line compiler, grunt tasks, runtime support coffeescript, etc.

you have custom build if need this. else, handlebars works quite within ember framework, , has pretty you'll need in templating language.


Comments

Popular posts from this blog

html5 - What is breaking my page when printing? -

html - Unable to style the color of bullets in a list -

c# - must be a non-abstract type with a public parameterless constructor in redis -