
slightlyoff@toot.cafe ("Alex Russell") wrote:
A reminder: unless users are taking, or the server is sending, many related actions *about the same data set* per session, all you need is progressive enhancement and a bit of Ajax.
Attachments:
- A chart showing data model locality increasing as interaction depth increases. I.e., the more you're manipulating the same data in a session, the more you'll need a client-side data store. The corollary is that most sites don't, and therefore won't benefit from any of the complexity that JS-first development taxes teams with. (remote)