React Overview#

The Palmyra React layer provides building blocks that talk to the SpringBoot API produced by the SDK:

  • Data grids with server-side filtering, sorting, and pagination
  • Forms driven by the same schema annotations exposed by the backend
  • Filter bars that compile to the query parameters the API understands
  • Modals, wizards, and layouts for common CRUD flows

Pick a component library — MUI or Mantine — when you bootstrap your app. The data layer is identical either way.