Props on Show Component
Thank you very much for the detailed explanation and good wishes!
The short answer for items 1 and 3 is that you have found the right approach. CRUD components are built to meet very simple UI requests. In case these components are not enough, we recommend using Ant Design's own components.
Item 2 surprised me a bit. I checked again just to be sure, but the CRUD components don't use any data hooks. Could there be a mistake here?
Source code of Show Component: https://github.com/pankod/refine/blob/master/packages/core/src/components/crud/show/index.tsx#L47
The short answer for items 1 and 3 is that you have found the right approach. CRUD components are built to meet very simple UI requests. In case these components are not enough, we recommend using Ant Design's own components.
Item 2 surprised me a bit. I checked again just to be sure, but the CRUD components don't use any data hooks. Could there be a mistake here?
Source code of Show Component: https://github.com/pankod/refine/blob/master/packages/core/src/components/crud/show/index.tsx#L47
GitHub
refine is a React-based framework for building data-intensive applications in no time
It ships with Ant Design System, an enterprise-level UI toolkit. - refine/index.tsx at master · pankod/refine
