- 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.
推薦閱讀
- Spring Cloud Alibaba核心技術與實戰(zhàn)案例
- Objective-C Memory Management Essentials
- C語言程序設計案例教程(第2版)
- LabVIEW2018中文版 虛擬儀器程序設計自學手冊
- Python高級編程
- Java程序設計與計算思維
- 從學徒到高手:汽車電路識圖、故障檢測與維修技能全圖解
- Instant RubyMotion App Development
- 焊接機器人系統(tǒng)操作、編程與維護
- 好好學Java:從零基礎到項目實戰(zhàn)
- INSTANT Silverlight 5 Animation
- SignalR:Real-time Application Development(Second Edition)
- Python服務端測試開發(fā)實戰(zhàn)
- Node.js入門指南
- Visual C++串口通信技術詳解(第2版)