It would very nice to have official ReactJS binding for Kendo UI.
Our initial React support was released with R3 2017: http://docs.telerik.com/kendo-ui-wrappers-react/getting-started. From here we will continue to add further support not only through these wrappers, but also a set of native components to be released starting with R1 2018 and on.
I have just started looking at ReactJS and being able to integrate it into my normal KendoUI development would be great
ReactJS is already challenging the best practices in Web Development. It would be very interesting for Kendo UI to adopt some of the ideas the makes ReactJS an amazing library: virtual DOM and one-way reactive data flow. Not to mention the functional and declarative programming paradigms that makes the code so much easier to read. Declarative composition is another strong point that could work very well for building reusable components. Any opinions on this?