Chapter 9. Client-side Templating

This chapter will demonstrate some of the most widely used libraries to create complex HTML templates faster, while making our implementation easier to read and understand when compared to traditional string concatenation techniques. We will learn in more detail how to use the Underscore.js and Handlebars.js templating libraries, get a taste of their conventions, evaluate their features and find the one that best suits our taste.

By the end of this chapter, we will be able to generate complex HTML structures in the browser efficiently by using readable templates and utilizing the unique characteristics of each templating library.

In this chapter, we will:

  • Discuss the benefits of using a specialized templating library ...

Get jQuery Design Patterns now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.