Should I use JsRender or Handlebars?
-
I've read the documentation of both and each seems full-featured and relatively similar. Any reason to choose one over the other?
-
it is more a matter of programming style, each one has some different syntax for specific things..
my personal choice ishandlebars
, and in fact is the engine that we use the most while testing reports, also it is the most popular one so i think it is a good first choice, but if you really like jsrender there is no reason to don't use it,
-
Thanks, that's helpful. :-)