- Mastering KnockoutJS
- Timothy Moran
- 131字
- 2021-08-05 17:13:13
Summary
In most of this chapter, we reviewed the use of standard Knockout. Hopefully, I didn't lose you in the weeds back there. The important thing is that before we move on to extending Knockout with custom functionality or building larger applications, you must feel comfortable with the basic use of observables and data binding. This includes:
- Defining viewmodels: This includes creating observables, binding functions, and handling serialization
- Writing bindings: This includes using properties, expressions, inline functions, and when to use parentheses
- Extenders: This includes creating extenders and extending observables
- Templates: This tells us how the flow of control works, what a binding context is, inline versus named templates, and containerless control flow
In the next chapter, we will be adding new functionalities to Knockout by creating our own binding handlers.
推薦閱讀
- Advanced Machine Learning with Python
- Learning Docker
- 單片機C語言程序設(shè)計實訓(xùn)100例:基于STC8051+Proteus仿真與實戰(zhàn)
- Learning Elixir
- Mastering AndEngine Game Development
- 用Flutter極速構(gòu)建原生應(yīng)用
- 嚴密系統(tǒng)設(shè)計:方法、趨勢與挑戰(zhàn)
- Oracle JDeveloper 11gR2 Cookbook
- 青少年P(guān)ython編程入門
- Python算法指南:程序員經(jīng)典算法分析與實現(xiàn)
- 第一行代碼 C語言(視頻講解版)
- Java Web應(yīng)用開發(fā)項目教程
- 深度實踐KVM:核心技術(shù)、管理運維、性能優(yōu)化與項目實施
- Java RESTful Web Service實戰(zhàn)
- Android 5從入門到精通