Javascript Templating Engine Chooser
garann.github.io
Javascript Templating Engine Chooser
1–10 of 33 posts
Re: Javascript Templating Engine Chooser
#2Re: Javascript Templating Engine Chooser
#3http://linkedin.github.io/dustjs/
* Works in the browser and on the server
* Pretty fast
* logic-less but with a helpers API for when you need more power
* pre-compiles templates
* has template partials
Re: Javascript Templating Engine Chooser
#4I don't know who Garann is, and I don't use Javascript templating, and yet just by playing with the options on the page I was able to predict that Garann is using with dot.js. A quick Google then confirmed the hypothesis, which makes me think that the options that are available are aimed quite specifically at Garann's use case, and might not be generally applicable.
Re: Javascript Templating Engine Chooser
#5Re: Javascript Templating Engine Chooser
#6Example: Both, Entirety, Fastest, Then it doesn't matter if you say precompiled yes or no.
Re: Javascript Templating Engine Chooser
#7Re: Javascript Templating Engine Chooser
#8It's missing DustJS, which is IMO a strong contender that does well in benchmarks http://linkedin.github.io/dustjs/ * Works in the browser and on the server * Pretty fast * logic-less but with a helpers API for when you need more power * pre-compiles templates * has template partials
Re: Javascript Templating Engine Chooser
#9For example: Under "DOM Structure", once you select "DOM" or "String", you can never go back to seeing all the template options.