In your opinion, is it usually easy to retro fit, is it even possible or should we start from scratch?
How do I get the ReactGantt component? Is it a different library? We currently use version Gantt 8.0.2 Enterprise.
I am tasked with investigating all of this and I am a bit confused about what are my options here. What would be the benefits in doing such a move? Are the features at parity with both versions?
Any information and ideas would be greatly appreciated.
Hello Karl,
First, React Gantt is something like a wrapper for the Javascript Gantt. But it is a ready to use component, so, you don’t need to add some code on top of it to make it work.
React Gantt has exactly the same features as the Javascript version. If you use React, it may be more convenient to use that version as it already has the necessary code that you need to manually add with the Javascript version.
If you are thinking about switching the versions in the existing project, you need to know that it is necessary to update the code to make it work.
So, if you want to switch to React Gantt, first, you need to migrate the changes to the 9.0 version, then you need to modify the configuration to fit React Gantt.