▲ | em-bee 3 days ago | ||||||||||||||||||||||||||||||||||
the problem is that every piece of navigation on a site turns a document into an application. separating actual document content from a "frame" that includes navigation and site styling has always been a problem. take hackernews for example. it is not a document. but every message is its own document and the rest is an application to view those documents. you practically can not avoid using application techniques if you have a site with multiple documents. | |||||||||||||||||||||||||||||||||||
▲ | skydhash 3 days ago | parent | next [-] | ||||||||||||||||||||||||||||||||||
Hacker News is very much a collection of documents and forms with hyperlinks creating the whole concept of applications. No need to add desktop interactivity (which is already provided by the browser: loading documents, submit the form,...). Most SPAs are reinventing the browser features (history, routing, navigation state, submitting forms, showing request's responses). When you really needs a full fledged application, those don't really matter (Figma, music players, document viewers,..). | |||||||||||||||||||||||||||||||||||
▲ | account42 3 days ago | parent | prev [-] | ||||||||||||||||||||||||||||||||||
No, a hypertext document is still just a document and not an application. | |||||||||||||||||||||||||||||||||||
|