- From: Tab Atkins Jr. <jackalmage@gmail.com>
- Date: Thu, 9 Feb 2012 14:00:26 -0800
- To: Rick Waldron <waldron.rick@gmail.com>
- Cc: public-webapps <public-webapps@w3.org>
On Thu, Feb 9, 2012 at 6:56 AM, Rick Waldron <waldron.rick@gmail.com> wrote: > Hey everyone, > > I've been following the "HTML Parsing and the <template> element" > thread/conversation since it began yesterday and it's very interesting, but > one thing keeps coming to mind - has anyone working on <template> spent any > significant time using the existing web "template" systems and practices? > > Here are a few that are fairly common and in production use: > > Mustache.js (logic-less) > https://github.com/janl/mustache.js > > Embedded.js (logic) > http://embeddedjs.com/ > > JST (gaining developer mindshare) > http://ricostacruz.com/backbone-patterns/#jst_templates > > This list is by no means intended to be comprehensive or to imply any > endorsement - in fact, I don't use any of these (I use underscore.js's super > simple "pre-compiled" templates) > > > > Benchmarking information: > http://www.viget.com/extend/benchmarking-javascript-templating-libraries/ Short answer: yes. Particularly, I know that Rafael has spent significant time with several of the templating systems, and Dimitri and several others have had at least a decent exposure to them and the developers of them. ~TJ
Received on Thursday, 9 February 2012 22:01:16 UTC