Basic informations

React-adminer is an opensource tool for building administrative interfaces. The application is based on configuration files that describe database entities. The application is connected to a dataloader (implementation is programmed by the user), which downloads data from your api. React-adminer provides a layer for listing and editing this data.

React-adminer is a library, not a tool, designed for applications written in React with Typescript.

Here is an overview of the Third-Party libraries included in the project:

In this diagram you can see how the react-adminer library works. With a validly configured dataloader you are able to connect your database to the react-adminer interface and manage the data with your schema.

react-adminer schema

Last updated