- 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
- Learning Python Web Penetration Testing
- Spring Cloud Alibaba核心技術(shù)與實(shí)戰(zhàn)案例
- JavaScript+DHTML語法與范例詳解詞典
- C++ Builder 6.0下OpenGL編程技術(shù)
- HTML5+CSS3網(wǎng)站設(shè)計(jì)教程
- Node Cookbook(Second Edition)
- QGIS 2 Cookbook
- R語言數(shù)據(jù)分析從入門到實(shí)戰(zhàn)
- 高性能MVVM框架的設(shè)計(jì)與實(shí)現(xiàn):San
- Magento 2 Developer's Guide
- iOS應(yīng)用逆向工程:分析與實(shí)戰(zhàn)
- Python High Performance(Second Edition)
- PHP程序員面試算法寶典
- Swift語言實(shí)戰(zhàn)晉級(jí)(第2版)
- Natural Language Processing with Java Cookbook