非常に派手なルック アンド フィール機能を備えたフレックス フレームワーク上に構築されたアプリケーションがあります。フラッシュの前提条件により、ユーザーは、クライアント マシンに依存しない代替フレームワークが必要でした。
アプリケーションは ExtJS 3.3 で新たに構築され、派手なルック アンド フィール機能も備えていましたが、すぐに ExtJS アプリケーションのパフォーマンスと動作のカスタマイズに関する問題に直面しました。
これで、既存の ExtJS アプリケーションを続行するか、純粋な html 、 dhtml 、HTML5 などでゼロからアプリケーションを構築して、コンポーネントをパフォーマンスに合わせてカスタマイズできるようになるかが本当に決まりました。
に関して最良のフレームワークとなるものを共有してください
1.パフォーマンス 2.カスタマイズの柔軟性 3.メンテナンス
Edit1# 多くの調査を行い、さまざまな JavaScript フレームワークに取り組んでいる人々に会い、違いが実際に明らかになる実際のシナリオに取り組んだ後、以下は私の調査です
ExtJS
1. ExtJS (The latest version) is a MVC based framework based on Yahoo YUI, it supports the concepts of MVC in JavaScript and is a well tiered framework with good extendibility and support.
2. ExtJS has good documentation and active forums.
3. It comes in both paid and free version , offers paid support also.
4. ExtJS 4.x has got a major revamp from design perspective and improved in terms of performance
5. To be comfortable in Extjs , if is required to have a good knowledge of JavaScript
6. If you have to use a good MVC framework in enterprise application use ExtJS
7. There is greater learning curve in case of ExtJS
jQuery
1. jQuery provides a good library with css based selectors promoted by Microsoft
2. jQuery also has good documentation and forum support
3. jQuery is open source ,you can make your own plugins and contribute
4. jQuery is quite lighter and fast in terms of performance .It does not follow the MVC framework , the code sometimes appears cluttered when really complex.
5. jQuery is easy to understand as it is based on css selectors , follows the rules like css (quite similar)
6. For common tasks in JavaScript it is the most suitable framework, well suitable for ASAP projects.
7. The learning curve is not that big, it is quiet easy to grasp, even in case of novice developers.
何かを見逃した場合は、お気軽に詳細を追加してください ありがとう Abhi