Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
KNOCKOUTJS BLUEPRINTS

You're reading from   KNOCKOUTJS BLUEPRINTS Learn how to design and create amazing web applications using KnockoutJS

Arrow left icon
Product type Paperback
Published in Feb 2015
Publisher
ISBN-13 9781783980840
Length 218 pages
Edition 1st Edition
Languages
Arrow right icon
Author (1):
Arrow left icon
Carlo Russo Carlo Russo
Author Profile Icon Carlo Russo
Carlo Russo
Arrow right icon
View More author details
Toc

Table of Contents (7) Chapters Close

Choosing the right tool for the project

We already built an SPA in the previous chapter.

The component feature of KnockoutJS gives us a way to make SPA, because we can put components inside a page, and with the help of control flow binding we can load and update the view without any page reload.

The main problem with this solution is the maintainability of the application.

You can easily see that it should be really hard to build and manage a big complex application in this way.

Note

At the start of 2014, Steven Sanderson (main maintainer of KnockoutJS) started a conversation with the team about the new features component and custom element.

Steven Sanderson explained that these new features were not intended to move KnockoutJS into a fully featured SPA framework because the main goal of this library is doing data-binding, and it is doing it really well.

For this reason, if you are going to realize an SPA it's better to use a framework built for that, instead of relying only on KnockoutJS...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime
Banner background image