Archive For September 13, 2009

Code Splitting for Fast Javascript Application Startup

Code Splitting for Fast Javascript Application Startup

AJAX applications are wonderful because they allow richer web applications with much of the data being brought down asynchronously. The rich and responsive user interfaces of applications like Google Maps and Google Docs are excellent but JavaScript developers need to walk a fine line. The more code they download, the richer the UI they can…

Read more »