Hello Everyone,
I’ve been working on integrating the DevExtreme UI Template with Frappe UI, and I’m exploring whether the createResource
API call from Frappe UI is fully compatible with DevExtreme’s TypeScript-based structure.
Here’s what I’d like to know:
- TypeScript Compatibility: Can the
createResource
function (or similar Frappe APIs) work seamlessly in a TypeScript environment like the one DevExtreme uses? If not, are there any recommended workarounds? - Practical Use Cases: Has anyone tried making API calls using
createResource
while building UIs with DevExtreme? How does it fit into the DevExtreme ecosystem for data fetching and state management? - Challenges and Solutions: Any known issues with typing, module compatibility, or conflicts between these frameworks?