Reputation: 40633
I'm about to begin a new project and plan to use YUI and my JS and CSS framework for the following reasons:
I plan to use only 1 JS framework.
Does anyone see any problems with my decision?
Upvotes: 3
Views: 1513
Reputation: 61773
To be honest I really like YUI. Most of the links are from YUI2, but they are also working hard on YUI3.
Upvotes: 1
Reputation: 535
I have used YUI for a long time, and highly recommend it. - It's very well documented - The YUI forum is great for getting answers - The code is very well written, very easy to pick the components you want/need (even easier with YUI 3), and not download the whole framework - A very feature-rich set of widgets (calendar, treeview, carousel, autocomplete, etc) - When reporting a bug to the developers you quickly get a reply - The fact that YAHOO use it themselves on their own highly trafficked sites should give you some extra confidence that it will perform well, and be supported for a long time...
I also find this article to be very true, using YUI has without a doubt improved my javascript skills. A lot! http://foohack.com/2007/08/yui-crockford-module-pattern-vs-prototypes-class-function/
Upvotes: 2
Reputation: 5277
Unless you have a fair amount of experience with YUI already, I'd suggest having a try with JQuery. It is well supported and easy to learn and use.
Upvotes: 0
Reputation: 7332
YUI is simple, easy to use, with very good examples, a very useful user group and developers who respond quickly and to the object. I have used it successfully in a few projects, including one where I had to extend the calendar to support week and month selection.
If you are comfortable with YUI and you think the components you need are best implemented there, I don't see why you wouldn't use it.
Upvotes: 5
Reputation: 546045
If you want support for your choice of javascript libraries, this might be telling:
Stack Overflow tags:
Upvotes: 3