- 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.
推薦閱讀
- Spring Boot 2實(shí)戰(zhàn)之旅
- 自制編譯器
- 架構(gòu)不再難(全5冊(cè))
- 算法精粹:經(jīng)典計(jì)算機(jī)科學(xué)問題的Python實(shí)現(xiàn)
- 信息安全技術(shù)
- Hands-On Swift 5 Microservices Development
- Java Web程序設(shè)計(jì)任務(wù)教程
- 深入理解Elasticsearch(原書第3版)
- Babylon.js Essentials
- ArcGIS for Desktop Cookbook
- Regression Analysis with Python
- Apache Solr PHP Integration
- Java 9 with JShell
- C語言從入門到精通
- Java高并發(fā)編程詳解:深入理解并發(fā)核心庫