Asynchronous UIs - the future of web user interfaces - bookmark

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Asynchronous UIs - the future of web user interfaces - bookmark

Dale Henrichs
I am bookmarking this post:

  http://alexmaccaw.co.uk/posts/async_ui

It's a direction that I think that tODE should be heading:

  Move state & view rendering to the client side
  Intelligently preload data
  Asynchronous server communication

With Amber, the state and view rendering is moved to the client ...
the other two items are matters of style...

Dale