Skip to main content

Extend to Other Entities

  • Create a new directory src/<entity>/ and follow customers (List/Create/Edit/Show) as a reference.
  • Export ResourceProps from src/<entity>/index.tsx (with name and page components).
  • Register the resource in src/App.tsx with <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.