Progress Kendo UI vs. React

Overview
ProductRatingMost Used ByProduct SummaryStarting Price
Progress Kendo UI
Score 8.0 out of 10
N/A
Kendo UI is a JavaScript UI toolkit that allows users to build responsive web-based apps integrated into their framework of choice (jQuery, Angular, React, or Vue). The vendor’s value proposition is that Kendo UI offers a large library of popular and configurable components ranging from sophisticated grids and charts to basic buttons, so users don’t have to waste development time building their UI. The vendor also says the large library of customizable themes means users can easily deploy a…
$999
per developer, royalty-free
React
Score 8.9 out of 10
N/A
React is a JavaScript library for building user interfaces. React enables users to create interactive UIs. Design simple views for each state in an application, and React will update and render just the right components when data changes. React is available free and open source under the MIT license.N/A
Pricing
Progress Kendo UIReact
Editions & Modules
Kendo UI with Priority Support
$999
per developer, royalty-free
DevCraft UI
$1,299
per developer, royalty-free
DevCraft Complete
$1,499
per developer, royalty-free
DevCraft Ultimate
$2,199
per developer, royalty-free
No answers on this topic
Offerings
Pricing Offerings
Progress Kendo UIReact
Free Trial
YesNo
Free/Freemium Version
NoNo
Premium Consulting/Integration Services
YesNo
Entry-level Setup FeeNo setup feeNo setup fee
Additional Details
More Pricing Information
Community Pulse
Progress Kendo UIReact
Considered Both Products
Progress Kendo UI
Chose Progress Kendo UI
I'll be honest, we never really did a "bake off" when evaluating UI components. I think initially we had a need for a solution and at the time Kendo UI was a good fit. Once we got it in house it grew organically as projects were developed and delivered. So not sure if there …
Chose Progress Kendo UI
N/A - We haven't found anything that compares to the Kendo UI features we use.
Chose Progress Kendo UI
PrimeFaces has some very good UI Libraries that also support jQuery, Angular and React. It still loses in terms of the number of widgets from Kendo UI, but it's free.
React

No answer on this topic

Top Pros
Top Cons
Best Alternatives
Progress Kendo UIReact
Small Businesses
Syncfusion Essential Studio Enterprise Edition
Syncfusion Essential Studio Enterprise Edition
Score 8.5 out of 10

No answers on this topic

Medium-sized Companies
React
React
Score 8.9 out of 10

No answers on this topic

Enterprises
React
React
Score 8.9 out of 10

No answers on this topic

All AlternativesView all alternativesView all alternatives
User Ratings
Progress Kendo UIReact
Likelihood to Recommend
8.2
(177 ratings)
7.2
(13 ratings)
Likelihood to Renew
8.8
(21 ratings)
-
(0 ratings)
Usability
9.0
(38 ratings)
9.0
(2 ratings)
Availability
9.1
(2 ratings)
-
(0 ratings)
Performance
9.1
(2 ratings)
-
(0 ratings)
Support Rating
7.6
(38 ratings)
10.0
(3 ratings)
Implementation Rating
8.1
(9 ratings)
-
(0 ratings)
Configurability
8.2
(2 ratings)
-
(0 ratings)
Ease of integration
8.2
(2 ratings)
-
(0 ratings)
Product Scalability
8.2
(2 ratings)
-
(0 ratings)
Vendor post-sale
9.1
(2 ratings)
-
(0 ratings)
Vendor pre-sale
9.1
(2 ratings)
-
(0 ratings)
User Testimonials
Progress Kendo UIReact
Likelihood to Recommend
Progress Software Corporation
It allows us to extend the components or create new components in an easy way. The control suite is complete and powerful enough that you do not need to consider other competing packages. The controls are relatively easy to implement and when we ran into problems the documentation and online support were very reliable.
Read full review
Open Source
React is a JavaScript user interface construction library that works well for:
  • Developing web apps with dynamic and complicated user interfaces.
  • creating reusable UI elements that may be used in other applications.
  • creating single-page applications with dynamic content updates that don't require a page reload.
  • The Virtual DOM's effective updating mechanism allows it to handle large volumes of data updates.
React, on the other hand, might be less suitable for:
  • Websites that are simple, stagnant, and have no interaction. Other libraries or simple HTML, CSS, and JavaScript may be a better fit in such circumstances.
  • Web sockets may be a better choice for applications that need real-time updates, such as chat or gaming apps.
  • When creating mobile apps, React Native is a better option.
  • Server side rendering only, as React is designed to run on the client side.
Read full review
Pros
Progress Software Corporation
  • Kendo UI controls provides rich set of features and capability that is required for enterprise products.
  • Performance of controls are satisfactory overall though few other vendors provides extraordinary performance for specific controls and for specific purpose. Kendo UI provides most of the required controls and with rich feature that made us to select Kendo UI controls for our development.
  • Kendo UI controls quality, in terms of performance, robustness and well defined interfaces are very positive notes.
Read full review
Open Source
  • React is fantastic for building performant user interfaces. Our web app is snappy and great for our customers.
  • React has the philosophy of doing one thing and doing it well which is the view layer of the application. This makes it incredibly intuitive and flexible for developers to use.
  • React has lead the way in being able to write modular and structured code. It is a drastic improvement since the days of spaghetti jQuery code.
  • React has an unmatched community. The amount of tools and libraries available is fantastic, and there plenty of solutions available online for common problems.
Read full review
Cons
Progress Software Corporation
  • Kendo UI is always moving forward and staying current with latest development trends. While that is beneficial, that can cause some issues when supporting customers (particularly government) that don't move their IT infrastructure along nearly as fast. A prime example is web font icons. Great and easy to use, but where Kendo UI utilizes web font icons as the sole means of displaying an icon, not all organizations (again, especially government) allow the use of these. There have been times where Kendo UI became unusable and we had to downgrade to a version a few years old. Makes continued payment for licenses sometimes feel wasted as we may not be able to always use the new releases
  • Kendo UI has a wonderful feedback system and they do indeed listen to the community. However, there do seem to be some instances where there is large support for a new feature/component and it never gets addressed. It is easy to understand that not all ideas are easy or even prudent to implement, but would be nice to see a better follow-up on ideas with a current status
  • Refreshing Kendo UI grids is simple, yet the standard API method causes the grid to return to the default state. We have many use cases where we would love to update the grid data but need current grid state (such as expanded detail rows, sorts, filters, etc) preserved after the grid is updated so that users do not have to perform grid actions again to return to the desired state.
Read full review
Open Source
  • Debugging React is challenging. Bugs in react code generate stack traces internal to React and it is often totally unclear how it relates to the code you actually wrote.
  • Relating your React elements to corresponding DOM elements is difficult. The intentional separation of virtual and actual DOM also makes it difficult to map the elements to the structures in the DOM. This is partially ameliorated by the use of the React dev tool, which provides a DOM-like view of the React elements, but the tool still does not provide a direct correspondence with the DOM that is often necessary to figure out why something isn't right.
  • Because JSX is React-specific and not a language feature, a special compilation process is necessary to convert JSX code to normal JS. Coming from a C++ background, compiling things doesn't bother me, but many JS developers are used to a less structured development.
Read full review
Likelihood to Renew
Progress Software Corporation
Nothing better has come along. I'm always on the lookout for new UI libraries and I have tried most of them. Kendo has done a good job of keeping my business. They aren't perfect, but no one has done it better as far as I can tell. I'll keep a look out and my rating may change in the future if they get complacent.
Read full review
Open Source
No answers on this topic
Usability
Progress Software Corporation
it's easy to implement in applications. The kendo widgets are able to be used in almost any type of business application which has a UI. For most part, once the developer has completed a project which uses Kendo, many time code can be copy/paste into a new application. Kendo UI documentation keeps improving so finding the answers to questions can be easy
Read full review
Open Source
React is just a bit of a different animal. I was avoiding it for the longest time. I thought for sure I would land on Vue or something else with a more approachable and familiar appearance. But after taking an online course in React, I started realize what people were raving about (and complaining about) and decided to implement it at our office for one of our products.
Read full review
Reliability and Availability
Progress Software Corporation
The errors that we have detected were not of great importance and the online support provided a temporary solution until the next release.
Read full review
Open Source
No answers on this topic
Performance
Progress Software Corporation
Reports sometimes take a bit of time to load
Read full review
Open Source
No answers on this topic
Support Rating
Progress Software Corporation
Overall, we are satisfied with the support offered by the Progress Kendo UI team. We had raised few helpline incidents in the past and they have been resolved timely by the team. Also, we were satisfied with the level of information and support provided by the team.
Read full review
Open Source
Since it's open-source and very popular, the community support for React and related tools and libraries is excellent. There are a lot of people using the same tools, and so issues tend to get fixed quickly and "recipes" are easy to come by. And since it's backed by Facebook, they have a dedicated engineering team working on the progression of React.
Read full review
Implementation Rating
Progress Software Corporation
it took me about one day to make the components available for all the team members, including a quick demo, parallel setup in everyone’s workstation and packages deployment into our nuget server after 3 days of one to one support, everyone was able to use the components or find help in the documentation or resuest support
Read full review
Open Source
No answers on this topic
Alternatives Considered
Progress Software Corporation
At the time of our product selection we identified better cross-browser compatibility and we estimated that turnaround for support was superior. At the time, the vendor had a higher positive feedback footprint among their user community.
Read full review
Open Source
While this is a widely contested debate with various blog posts and benchmarks all over the place, its really a personal choice to determine what works for the team. Coming from a Angular 1.x background, I decided to try a new framework when Angular 2.x was announced and at that time React is gaining popularity and Vue hasn't taken off yet. Compared to Angular 1.x and Vue (hybrid of React and Angular) that split the logic from the html templates, I loved the way React breaks code into components using the jsx syntax. In my mind, this allows for cleaner components and easier maintenance
Read full review
Scalability
Progress Software Corporation
Never faced a problem even when we threw a large amount of data at it
Read full review
Open Source
No answers on this topic
Return on Investment
Progress Software Corporation
  • Kendo UI has saved us a ton of time in development.
  • We were able to get certain things to market faster due to the fact that we didn't have to piece multiple libraries together like is so common with modern web development.
  • Because of the price of the library, however, we have not been able to purchase upgrades every year.
Read full review
Open Source
  • Our web applications now run much faster because the whole page doesn't reload
  • We spend less time developing UI components because a lot of them are readily available on NPM
  • We don't have to optimize apps for multiple browsers since React natively supports it.
Read full review
ScreenShots

Progress Kendo UI Screenshots

Screenshot of Our extensive library provides you with the tools you need to easily control your app and display data in whatever format you need. Our advanced Sass Themebuilder lets you take any of our stock library themes and modify it to precisely match your brand requirements. Enhance your customer’s user experience with seamlessly integrated Kendo UI components.Screenshot of Easily create eye-catching and full-featured user interfaces by selecting from our rich library of components. Use advanced features like our grid component to create tables that display data in a wide range of formats from both local and remote sources.  We support popular frameworks like jQuery, Angular, React, Vue, and others so you can integrate our Kendo UI components into whatever environment you choose.Screenshot of Create rich dashboard applications by taking advantage of the breadth of UI widgets available within the Kendo UI toolset. Easily wire up the UI widgets to any existing RESTful API and backend to display any and all kind of data that you need to surface in your applications.Screenshot of Combine existing HTML elements and styling alongside with the Kendo UI components to create the exact kind of user interface that your users are requesting. The Kendo UI widgets can be dropped in to any existing application and be added widget-by-widget to ensure that adding the rich Kendo UI components can be done in a timely manner without disrupting existing app dev workflows.