- Ember.js Cookbook
- Erik Hanchett
- 100字
- 2021-07-16 12:58:02
Introduction
Ember applications use a templating engine to display HTML and dynamic content to the user. In Ember, this is done via the Handlebars templating library. This library takes Handlebars expressions and renders them to the screen using data binding.
HTMLbars is a variant of Handlebars that Ember uses as well. It has better performance and handles building the DOM in a more efficient manner. Keep in mind that for this chapter, we'll be using HTMLbars and Handlebars interchangeably as they essentially do the same thing.
In this chapter, we'll be going over how to use templates in our applications.
推薦閱讀
- Learning Scala Programming
- 觸·心:DT時代的大數據精準營銷
- 區塊鏈架構與實現:Cosmos詳解
- 深入淺出Prometheus:原理、應用、源碼與拓展詳解
- 編程珠璣(續)
- PHP+MySQL網站開發項目式教程
- Android系統原理及開發要點詳解
- Scala for Machine Learning(Second Edition)
- 計算語言學導論
- C#程序設計基礎入門教程
- PostgreSQL Developer's Guide
- 3D Printing Designs:Octopus Pencil Holder
- Backbone.js Patterns and Best Practices
- Apache Kafka 1.0 Cookbook
- Java核心技術速學版(第3版)