▲ | chaps 4 days ago | ||||||||||||||||
Is this true? When I think of old SPAs I think of java apps running in a browser. Those are definitely older than jQuery. (I love this silly site for downvoting this question.) | |||||||||||||||||
▲ | brailsafe 4 days ago | parent | next [-] | ||||||||||||||||
Java applets and ASP.Net did have a superficial answer to this, as well as Flash, but they varied in terms of their ability to actually function as raw web interfaces using the URL to navigate between sections. Being able to reliably and programmatically interact with client-side storage and the url, as well as improvements in DOM apis and commodification of hardware with more ram and faster faster CPUs, among many others factors, seem to have contributed. | |||||||||||||||||
▲ | kassner 4 days ago | parent | prev | next [-] | ||||||||||||||||
ExtJS came about in the late 00s, and it was possible to build SPAs with it, overlay/draggable windows, and had powerful grid/form components. | |||||||||||||||||
| |||||||||||||||||
▲ | chrisweekly 4 days ago | parent | prev | next [-] | ||||||||||||||||
Java applets are entirely distinct from SPAs, at least as that term is used in the webdev community. | |||||||||||||||||
| |||||||||||||||||
▲ | threatofrain 4 days ago | parent | prev | next [-] | ||||||||||||||||
Those apps came from an era when these terms weren't even coined yet. | |||||||||||||||||
▲ | pstuart 4 days ago | parent | prev [-] | ||||||||||||||||
I think of java applets as being more akin to wasm; SPAs were/are a collection of html that recreate the experience of a "plain old" html web site. |