Extend to Other Entities
- Create a new directory
src/<entity>/and followcustomers(List/Create/Edit/Show) as a reference. - Export
ResourcePropsfromsrc/<entity>/index.tsx(withnameand page components). - Register the resource in
src/App.tsxwith<Resource {...<entity>} />. - Adjust list filters and field mappings according to your backend API contracts.
If you want to document more web examples (such as products, orders, etc.), you can add new pages under this directory and link them from this guide.