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

The SPA feature for the Timesheet SPA

A Single Page Application is a web application realized with a single page, giving to the end user the experience of a desktop application.

In an SPA, when the user lands inside the application, the HTML, CSS, and JavaScript of the main layout get downloaded; then, with the help of Ajax, the internal view is loaded based on the state of the application and the user actions within the structure of the main layout.

Good SPA uses hash fragment (or the new HTML5 API pushState/replaceState) inside the URL to give the user a way to navigate between pages keeping browser history, using the back and forward button of the browser, and to bookmark the URL to come back later to the current page.

Note

In an SPA, the concept of a page derives from the current status of the system; the user expects that different URLs give different pages, and we normally achieve this with the help of a client routing manager.

Two important points to remember when you realize an SPA are...

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