- KnockoutJS Blueprints
- Carlo Russo
- 145字
- 2021-07-23 20:27:35
Chapter 1. From Idea to Realization
In this chapter, we are going to assume that your experience with KnockoutJS is very minimal; here, we will introduce how to get it and start using it. We will also learn the philosophy behind this great library and the pattern, Model-View-ViewModel (MVVM).
We will learn all this while building a simple, small e-commerce web application and we will see why everything is easier when you work thinking about models instead of document object model (DOM) nodes.
By the end of this chapter you'll know:
- What KnockoutJS is
- What are and how to use KnockoutJS observables, computed observables, and data binding
- What benefits the MVVM design pattern gives you
- The magic behind this library
- How to apply MVVM using KnockoutJS
If you already know how to use KnockoutJS, you can take a quick read through this chapter.
推薦閱讀
- Testing with JUnit
- Android和PHP開發最佳實踐(第2版)
- Kubernetes實戰
- Learning Flask Framework
- Python高級編程
- C語言程序設計實踐教程
- 老“碼”識途
- Spring實戰(第5版)
- Java應用開發技術實例教程
- Mastering Ext JS
- Unity Game Development Scripting
- INSTANT Passbook App Development for iOS How-to
- Android開發案例教程與項目實戰(在線實驗+在線自測)
- Unity 2018 Augmented Reality Projects
- uni-app跨平臺開發與應用從入門到實踐