- KnockoutJS by Example
- Adnan Jaswal
- 165字
- 2021-07-09 21:55:32
Summary
In the first half of this chapter, we covered some basic concepts and patterns that helped us understand how Knockout works. After a brief overview of Knockout, we dived into the MVVM pattern. We explored the concept behind this pattern and saw how it helps in reducing complexities of web application development. We then explored the key features of Knockout that included declarative bindings, automatic UI refresh, dependency tracking, and templating. We looked at the module pattern and learned how we can use it to give structure to our Knockout application.
In the second half of this chapter, we built our first Knockout application. The application was an address book, which was used to store and display contact details of your family and friends. The application let you add a contact name and phone number. The contacts were displayed in a table.
This chapter provided the necessary concepts, pattern, and skeleton code to start developing more complex applications, which follow in the next chapters.
- AngularJS入門與進階
- Learning Java Functional Programming
- Python應用輕松入門
- JSP開發案例教程
- Python數據結構與算法(視頻教學版)
- HTML5+CSS3+jQuery Mobile APP與移動網站設計從入門到精通
- Python數據可視化之美:專業圖表繪制指南(全彩)
- Ext JS 4 Plugin and Extension Development
- HTML5移動前端開發基礎與實戰(微課版)
- Clojure High Performance Programming(Second Edition)
- Java EE架構設計與開發實踐
- Shopify Application Development
- Python應用開發技術
- Learning Shiny
- JBoss AS 7 Development