DHTMLX Suite 8.0 for ReacjJS

In our current project, we’re using DHTMLX Suite 5.x, and we’re planning to upgrade to ReactJS. I noticed that the latest Suite 8.x version is available, but I’ve observed that some features like the DataProcessor and certain editor types are missing. Additionally, I couldn’t find comprehensive documentation specific to ReactJS. Can you confirm if Suite 8.x supports all the operations that Suite 5.x does? Also, do you have any dedicated documentation for ReactJS?

Hello.

There is no dataProcessor component for the dhx.Suite 8.
All CRUD operations can be fulfilled with the dataCollection API using the save() method:

Also, could you please, clarify what Grid editors are missing for your in the present dhx.Grid?

What for the integration with React, currently we’re in the process of the guides updating, so the current examples and guides are outdated a little bit:

but you can refer to the similar guide for the dhx.Spreadsheet:

The instructions for the dhx.Suite usage will be the similar.