跳到主要内容

Inferencer

@pankod/refine-inferencer is a package that provides a way to automatically generate views for resources based on the data structure. The aim is to reduce the amount of time spent on creating views for resources by generating the code automatically that can be customized easily.

The package exports components for List, Show, Create and Edit views inside UI package scopes. For example, @pankod/refine-inferencer/antd exports components for @pankod/refine-antd package.

Installation

npm i @pankod/refine-inferencer

Available UI Inferencers

信息

@pankod/refine-inferencer is an experimental package and it is now in the early stages of development. We are working on improving the package and adding new features.

If you have any suggestions or feedback, please let us know in the GitHub Discussions

Warning

@pankod/refine-inferencer components are meant to be used in development environments. They are not meant to be used in production environments.