- KnockoutJS Blueprints
- Carlo Russo
- 194字
- 2021-07-23 20:27:33
Preface
In the past five years, almost everyone working on web applications has used jQuery; but when you start working with a more complex app, you understand how difficult it is to work in such a low-level way. This is the reason behind KnockoutJS—to help you to build Rich Web Application by thinking in a high-level way, with models and not worrying about the DOM anymore. In this way, you can think about products to show, user profiles, and working days, not about table rows and columns, and you can scale up in complexity easily.
This book starts with a simple project to show you how to use all the basic features of KnockoutJS, then it will go through four other projects, to teach you how to use this library in different contexts.
The goal of this book is to teach you how to create fully testable web applications from real-world solutions with the powerful data-binding offered by KnockoutJS, how to bind all the components of a web application together—no matter how big it is, how to create new reusable components by yourself, and how to integrate external libraries easily.
- Git Version Control Cookbook
- Vue.js快速入門與深入實戰
- Selenium Design Patterns and Best Practices
- 從0到1:HTML+CSS快速上手
- Python程序設計案例教程
- Windows Presentation Foundation Development Cookbook
- INSTANT Mercurial SCM Essentials How-to
- Java Web開發技術教程
- Learning Data Mining with R
- H5頁面設計:Mugeda版(微課版)
- Getting Started with Greenplum for Big Data Analytics
- 劍指Java:核心原理與應用實踐
- 深入理解C指針
- 零基礎學Scratch 3.0編程
- Visual C++開發寶典