Ng2 - DevExtreme vs Telerik Kendo UI

We are launching new software using Angular2, typescript and HTML5.

We have 2 options for interface components: - DevExtreme - Telerik Kendo user interface

Which one is better?

thanks

+3
source share
3 answers

I have to say that you need to first indicate your software requirements. Then you need to try both of them and choose which one best suits your specific needs. Here are the benefits that I see:

Telerik Kendo UI for Angular 2:

  • Server side rendering support
  • Has a smaller library size
  • May work faster in individual cases (without jQuery inside)

DevExpress DevExtreme for Angular 2:

  • Significantly more components and features
  • Fast delivery of new features (no additional resources to support ng2)
  • Moreover, 250 demos for use with sample working code

PS DevExtreme for ng2 has jQuery removal in its roadmap. Thus, it will become faster and supports server-side rendering.

+4
source

We faced the same question or almost the same: KendoUI, DevExtreme or IgniteUI for a new application in which the user interface is built in Angular2. Our PoC led to the selection of DevExtreme. The main reason was the extensive documentation and demonstrations that led to rapid development.

+4
source

The Kendo user interface for Angular 2 is designed specifically for Angular 2, with each function carefully aligned with the basic rules (no jQuery dependencies): Announcement: Kendo user interface for Angular 2 (2016 R3)

DevExtreme seems to be based on jQuery, but I could be wrong.

+2
source

Source: https://habr.com/ru/post/1261547/


All Articles