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

Summary


In this chapter, we built a Single Page Application with DurandalJS looking for accessibility and SEO.

We have seen how to use router and child router to better organize our modules, and a few binding handlers to improve the user experience.

We wrote standard markup that you have to write to create an accessible web application, and applied accessibility best practices to realize a widget.

Finally, we saw how to make the application crawlable by using NodeJS to implement the server-side logic (you could also have done this using any other server-side programming language).