React support for Timeline and Map components

1 Answer 74 Views
Wrappers for React
Dervis
Top achievements
Rank 1
Dervis asked on 30 Nov 2021, 05:28 PM

Currently these components don't have a react support yet. Therefore I have 2 questions:

  1. When is the support for these 2 components planned?
  2. How can I still implement them in my React project? (via a wrapper or something, an example of how to do it would be amazing and a huge help!)

Thanks in advance!

Dervis

1 Answer, 1 is accepted

Sort by
0
Konstantin Dikov
Telerik team
answered on 01 Dec 2021, 11:38 AM

Hi Dervis,

We still do not have plans for introducing those components, due to the lack of demand, but you can give a vote for the following items to increase their priority:

Meanwhile, you can take a look at the following help topic on how to include Kendo UI in the React:

If other questions arise, do not hesitate to contact us again.

 

Regards,
Konstantin Dikov
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.

Dervis
Top achievements
Rank 1
commented on 02 Dec 2021, 11:40 AM

Hi Konstantin!

Thank you for your answer. In the examples provided, you are using a class based approach for making React Wrappers for jQuery components. Could you please provide an example of doing it in a functional way?

Regards

Dervis

Konstantin Dikov
Telerik team
commented on 04 Dec 2021, 04:25 PM

I have made a simple example with the Map component using functional component:

The main difference is that you need to use React.useEffect for initializing and destroying the widgets.

Hope this helps.

Tags
Wrappers for React
Asked by
Dervis
Top achievements
Rank 1
Answers by
Konstantin Dikov
Telerik team
Share this question
or