- Mastering KnockoutJS
- Timothy Moran
- 192字
- 2021-08-05 17:13:11
Chapter 1. Knockout Essentials
Though it is expected that you have experience with both JavaScript and KnockoutJS, we will still be covering the basics to establish a common foundation. This book wouldn't be complete if we didn't cover at least the basics. After that, we will look at building a simple application to create and manage contact information. This application will be used throughout the book to explore new techniques in Knockout and see how they fit into the larger process of application development. In this chapter, you will learn how to:
- Define viewmodels
- Write standard bindings
- Use extenders
- Use templates
- Put all these pieces together into a functional application
This covers most of the standard functionalities in Knockout. In the next chapter, we will look at creating our own bindings to extend Knockout.
Even if you have used Knockout before and don't think you need a refresher, I encourage you to at least read the section that covers the Contacts List
application example. It's something we will be using throughout the book as we explore more advanced concepts.
Before we get started, let's get our development environment set up.
- The Complete Rust Programming Reference Guide
- Implementing Modern DevOps
- 在最好的年紀學Python:小學生趣味編程
- Docker技術入門與實戰(第3版)
- 深入實踐Spring Boot
- Rake Task Management Essentials
- Java高手真經(高級編程卷):Java Web高級開發技術
- Effective Python Penetration Testing
- Mathematica Data Analysis
- 可解釋機器學習:模型、方法與實踐
- Node.js:來一打 C++ 擴展
- RealSenseTM互動開發實戰
- 現代C++編程實戰:132個核心技巧示例(原書第2版)
- C++編程兵書
- PHP與MySQL權威指南