What is a good Very-High level UI framework for JavaScript?

后端 未结 22 2210
佛祖请我去吃肉
佛祖请我去吃肉 2020-12-07 17:20

I need to write a temporary Web-based graphical front-end for a custom server system. In this case performance and scalability aren\'t issues, since at most 10 people may ch

22条回答
  •  既然无缘
    2020-12-07 17:35

    Out of all the JS frameworks out there, JQuery and YUI are my favorites. They accomplish a lot of the same but in very different ways.

    For your request (lazy, easy, and powerful) I would vote JQuery. If this is something that will be more long term and more of an application that is very verbose and code heavy, I would vote YUI.

    I really don't think there is anything out there that is better than these two frameworks. Either choice is a good one.

提交回复
热议问题