What are the differences between Mustache.js and Handlebars.js?

前端 未结 8 1491
心在旅途
心在旅途 2020-12-07 06:34

Major differences I\'ve seen are:

  • Handlebars adds #if, #unless, #with, and #each
  • Handlebars adds h
8条回答
  •  离开以前
    2020-12-07 07:16

    NOTE: This answer is outdated. It was true at the time it was posted, but no longer is.

    Mustache has interpreters in many languages, while Handlebars is Javascript only.

提交回复
热议问题