This content is currently WIP. Diagrams, content, and structure are subject to change.
This section explores the data binding and state management capabilities of the C3 Agentic AI Platform. These features enable you to connect your UI components to data from the Type System and manage application state effectively.
Data binding connects your UI components to data from the Type System, ensuring that your interface stays in sync with the underlying data model. This creates a seamless connection between what users see and the actual data in your application.
You can fetch data from the Type System using a declarative approach that specifies what data you need without worrying about how to retrieve it:This approach:
For data that changes frequently, you can use real-time data binding to ensure your UI always reflects the latest information:Real-time updates are particularly useful for:
State management handles the data that controls UI behavior and user interactions. The C3 Agentic AI Platform provides tools for managing both component-level and application-wide state.