- KnockoutJS Essentials
- Jorge Ferrando
- 136字
- 2021-07-23 20:16:18
Chapter 3. Custom Bindings and Components
With all the concepts you have learned in the last two chapters, you can build most of the applications you find in the real world. Of course, if you write code with just the knowledge of these two chapters, you should be very tidy because your code will become bigger and bigger and will be difficult to maintain.
Once a Google engineer was asked about how to build large applications. His answer was short and eloquent: Don't. Don't write large applications. Instead, write small applications, small pieces of isolated code that interact with each other, and build a large system with them.
How can we write small, reusable, and isolated pieces of code that extend the functionality of Knockout? The answer is by using custom bindings and components.
- Mastering Entity Framework Core 2.0
- Android項目開發(fā)入門教程
- CentOS 7 Server Deployment Cookbook
- Mastering Spring MVC 4
- Learning ASP.NET Core 2.0
- HTML5+CSS3基礎開發(fā)教程(第2版)
- 微服務設計原理與架構
- FFmpeg入門詳解:音視頻流媒體播放器原理及應用
- INSTANT OpenNMS Starter
- 零基礎學Python數(shù)據(jù)分析(升級版)
- Getting Started with Gulp
- Python數(shù)據(jù)結構與算法(視頻教學版)
- ASP.NET求職寶典
- Get Your Hands Dirty on Clean Architecture
- Android嵌入式系統(tǒng)程序開發(fā)(基于Cortex-A8)