1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-07-01 09:43:16 +00:00
TiddlyWiki5/editions/tw5.com/tiddlers/definitions/SinglePageApplication.tid

9 lines
548 B
Plaintext
Raw Normal View History

2013-08-23 18:42:48 +00:00
created: 201308221739
modified: 201308231751
2014-09-11 14:52:47 +00:00
tags: Definitions
2013-08-23 18:42:48 +00:00
title: SinglePageApplication
As defined by Wikipedia, a SinglePageApplication is a web application that presents itself as a single HTML document that dynamically loads additional content as the user browses the site. Frequently, single page applications are carefully designed to hide their nature, appearing and functioning as an ordinary static website by respecting the address bar and the back/forward navigation controls.
Unusually, TiddlyWiki is also a SingleFileApplication.