Skip to content
This repository has been archived by the owner on Feb 6, 2024. It is now read-only.

formulex/formular

Repository files navigation

English | 中文

logo

Formular

A Mobx-based form resolution 🐺

lerna

gif

demo

Packages

Name Version Downloads
@formular/core NPM version NPM downloads
@formular/react NPM version NPM downloads
@formular/antd NPM version NPM downloads

Features

Subscription based

拥有直接命令式的编写表单副作用的接口,相比于使用 Rxjs,大大降低开发者的心智负担

Schema based

渲染时拥有一套定义表单的 DSL,帮助开发者前后统一表单协议

Get Started

install

$ yarn add mobx mobx-react mobx-state-tree # add dependencies

$ yarn add @formular/react
# or
$ yarn add @formular/antd

License

MIT License