Book Image

KNOCKOUTJS BLUEPRINTS

By : Carlo Russo
Book Image

KNOCKOUTJS BLUEPRINTS

By: Carlo Russo

Overview of this book

Table of Contents (12 chapters)
KnockoutJS Blueprints
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Chapter 2. Starting Small and Growing in a Modular Way

Another small project will be realized; it will show all the features of KnockoutJS we skipped in the previous chapter, including templates and components, to give you a 360 degree view of this great library.

The topics that will be covered in this chapter include:

  • Exploring templates, components, and all the other binding handlers

  • Making new and useful binding handlers

  • Modularizing what we realize, looking at AMD and the usage of RequireJS

At the end of this chapter you should be able to create a modular application well integrated with external libraries.