why kendo uses js rather than jsx for it's modules

1 Answer 123 Views
General Discussions
Mohammad
Top achievements
Rank 1
Mohammad asked on 19 Jul 2021, 08:11 AM | edited on 20 Jul 2021, 05:22 AM

Every framework no matter how complete needs to be customizable
however React modules are inherently modifiable, the fact that kendo developers have used java script for building their components makes it very difficult to modify (or even understand) what's under the hood.

*Edit: Here is an screen shot of the contents in node_modules

Stefan
Telerik team
commented on 20 Jul 2021, 05:29 AM

This is a screenshot of the node_modules where all packages are converted to JS. This is done on an NPM level, we are making the components on TypeScript.

If anyone wants to modify them, they can downloaded the source code, make the required modification, and used that package instead:

https://www.telerik.com/kendo-react-ui/components/installation/source-code/
Mohammad
Top achievements
Rank 1
commented on 24 Jul 2021, 04:32 AM

Thanks a lot

1 Answer, 1 is accepted

Sort by
0
Stefan
Telerik team
answered on 19 Jul 2021, 08:17 AM

Hello, Mohammad,

The KendoReact components are written on TypeScirpt , not on JavaScript.

Please share more details on which modules are on JavaScript and have issues being modified?

Regards,
Stefan
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.

Tags
General Discussions
Asked by
Mohammad
Top achievements
Rank 1
Answers by
Stefan
Telerik team
Share this question
or