- Mar 8, 2005
- 8,805
- 65
- 91
It's that time of year again. I'm about to start a HUGE project, and I'm trying to evaluate the current state of javascript frameworks to see if there might be a better option then my old standby of jquery.
So far I've identified the following:
http://qooxdoo.org/ - nice widgets, demo site is SLOW, looks robust... Some of their demo pages didn't work.
http://www.dojotoolkit.org/ - was slow in the past, but has been redesigned and is popular. Some of their demo pages didn't work.
http://developer.yahoo.com/yui/ - The video's I've seen on YUI3 look simply great. It's modular, expandable, and can use YUI2 for any missing widgets. YUI3 only loads the modules you require, keeping it very small and fast.
Finally http://code.google.com/closure/ - more then just a framework, it has a template engine, compiler, optimiser, etc. A huge library of like 150 megs and a compiler that strips it down to just what you require and combines all your javascript into a single file. Looks very robust, but it's fairly new and there is not a lot of help to be found out there.
I'm leaning towards moving to YUI3 + some YUI2 (like the datatable), but google closure and dojo and still right there in my mind as viable options. Anyone have any experience with these frameworks?
So far I've identified the following:
http://qooxdoo.org/ - nice widgets, demo site is SLOW, looks robust... Some of their demo pages didn't work.
http://www.dojotoolkit.org/ - was slow in the past, but has been redesigned and is popular. Some of their demo pages didn't work.
http://developer.yahoo.com/yui/ - The video's I've seen on YUI3 look simply great. It's modular, expandable, and can use YUI2 for any missing widgets. YUI3 only loads the modules you require, keeping it very small and fast.
Finally http://code.google.com/closure/ - more then just a framework, it has a template engine, compiler, optimiser, etc. A huge library of like 150 megs and a compiler that strips it down to just what you require and combines all your javascript into a single file. Looks very robust, but it's fairly new and there is not a lot of help to be found out there.
I'm leaning towards moving to YUI3 + some YUI2 (like the datatable), but google closure and dojo and still right there in my mind as viable options. Anyone have any experience with these frameworks?