Wednesday, October 28, 2009

YUI3 First Concepts

  • yui+loader is the seed file which should be loaded initially and it will take care of loading the rest
  • yui-min is still minimal if you are concerned about the yui + loader size which is 11kb. yui-min is just 6kb
  • add phase is where you can load your custom code from custom location
  • Al the modules in YUI3 are broken down into submodules so that you can selectively load what you want. For example if you are using just xhr in connection, you can just load io-min and you are done. This helps you a lot in bringing down the overall footprint

 

Posted via web from spartan's posterous

No comments: