- KnockoutJS Essentials
- Jorge Ferrando
- 147字
- 2021-07-23 20:16:17
Summary
In this chapter, you have learned how to split an application using templates that share the same view-model. Now that we know the basics, it would be interesting to extend the application. Maybe we can try to create a detailed view of the product, or maybe we can give the user the option to register where to send the order. You will learn how to do these things in the coming chapters, but it would be interesting to experiment just with the knowledge we have now.
In the next chapter, we are going to learn how to extend Knockout behaviors. This will be useful to format data and to create code that we can reuse over and over. You will learn what custom bindings and components are and how they help us write reusable and elegant code.
The code of this chapter is on GitHub:
https://github.com/jorgeferrando/knockout-cart/archive/chapter2.zip
- Facebook Application Development with Graph API Cookbook
- Node.js Design Patterns
- Java范例大全
- Python入門很簡單
- Photoshop智能手機APP UI設計之道
- Mastering Drupal 8 Views
- Lighttpd源碼分析
- 響應式Web設計:HTML5和CSS3實戰(第2版)
- Django實戰:Python Web典型模塊與項目開發
- 計算語言學導論
- Deep Learning for Natural Language Processing
- Neo4j 3.x入門經典
- Python數據預處理技術與實踐
- 鋁合金陽極氧化與表面處理技術(第三版)
- JavaScript程序設計基礎教程(慕課版)