- 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.
推薦閱讀
- 軟件安全技術
- Python程序設計教程(第2版)
- Android開發精要
- Docker進階與實戰
- MongoDB for Java Developers
- 微信公眾平臺開發:從零基礎到ThinkPHP5高性能框架實踐
- Python數據挖掘與機器學習實戰
- Learning Zurb Foundation
- Extending Puppet(Second Edition)
- CoffeeScript Application Development Cookbook
- Mobile Device Exploitation Cookbook
- 軟件測試綜合技術
- OpenCV 3 Blueprints
- Building Slack Bots
- Software-Defined Networking with OpenFlow(Second Edition)