📄️ Introduction
Contember Admin is a React SDK to help you declaratively build your own user-friendly interface with high-level React components. Contember Admin also provides automatic data binding, which makes it easy to connect your administration interface to the GraphQL API provided by Contember Engine. This allows you to focus on building your user interface and leaves the details of data management to Contember.
📄️ Pages
In order to define pages in Contember Admin, you need to export function components from files in the admin/pages directory (or its subdirectory).
📄️ Links and redirects
Links
📄️ Data binding
Contember Admin is a powerful tool for creating React-based applications, and the Data binding feature is one of its key components.
📄️ Query language
Contember Query Language is a custom query language used in Contember Admin to specify entities, fields, and filters used in most data binding related components and hooks. The language is context-dependent, meaning that its usage and interpretation depend on the context in which it is used. For example, in the context of an EditPage, you define a single entity to be edited, while in the context of a options of SelectField you are defining list of fields visible in a select.
🗃️ Components
5 items
🗃️ Theming
2 items
🗃️ API reference
3 items
🗃️ Releases
1 items