Data & State Management
This section explains how to keep Gantt data in sync with your application state. It covers the recommended React-driven model (React or a store as the source of truth), the performance-focused Gantt-managed model, and practical implementations for popular state libraries.
Start here
Read this first to understand the two supported data models and the common integration patterns:
It explains how to use data.save and data.batchSave callbacks, how loading fits into each model, and what changes when Gantt manages data internally.