- 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.
- SPSS數據挖掘與案例分析應用實踐
- Spring Cloud Alibaba核心技術與實戰案例
- Learning Docker
- Python爬蟲開發與項目實戰
- Object-Oriented JavaScript(Second Edition)
- 3D少兒游戲編程(原書第2版)
- Hands-On Automation Testing with Java for Beginners
- .NET 3.5編程
- Java EE核心技術與應用
- Mastering ArcGIS Enterprise Administration
- R語言:邁向大數據之路(加強版)
- OpenCV with Python Blueprints
- Java高級程序設計
- Arduino Electronics Blueprints
- Three.js Essentials