Summary

In this chapter, you were introduced to Durandal. Using a framework that has all the pieces perfectly connected, instead of a bunch of libraries, helps you to avoid rewriting the same code again and again. It means that thanks to Durandal, you can follow one of the basic principles of developers (Don't Repeat Yourself – DRY) easily.

You learned useful concepts, such as how to install and bring up a Durandal project. You also learned about how the life cycle of a Durandal application works.

One of the most powerful features of Durandal is the composition. You can compose interfaces very easy and it is almost transparent for the developer.

You learned how Durandal manages promises. By default, it uses jQuery promises but you saw that it is ...

Get KnockoutJS Essentials 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.