Full support for React

As I understand, full support for React is not on the team’s roadmap.

Specifically, I didn’t find any example that allows interoperability between gantt rendering and react components. Something like the following is what I wish to accomplish.

<Gantt tooltip={(task) => <MyTooltip data={task} />

I will be updating this thread with more information on this.

Hello Daniel,
Yes, there is no integration with Angular, React and other frameworks. You cannot use React methods and draw React elements inside Gantt.
The dev team will investigate if it is possible to add React integration, but I cannot give you any ETA.

Hello Daniel,
The dev team released React Gantt.
You can show native React components inside React Gantt. You can find more information in the following documentation article:

Here is the Github repository:

And here is the ready demo: