i have been wondering how guys have achieved async page loading. though don't reload page, link changing. page change smooth, doesn't loading anything. neither it's showing files loaded in chrome network tab.
source: http://activetheory.net
most of resources page loaded @ first connection , managed in style.css , data.js files loaded aws.
you can see files loaded in debugger console. "async" behaviour client side effect. actually, not asynchroneous connection that's taking place.
Comments
Post a Comment