eddyzhang1986 / antd-jsonschema-form

Aother ui implement for react-jsonschema-form

Home Page:https://eddyzhang1986.github.io/antd-jsonschema-form/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Status Update

amolpatil2 opened this issue · comments

Hi,

I am interested in this project and wanted to use react-jsonschema-form for a similar kind of use-case along with ant design.
I wanted to verify if this project is ready and self sufficient currently.
If not, what limitations does it have currently?
Also, a estimated timeline would be really helpful, as that would help me plan my project accordingly

Hi, @amolpatil2 thank you for your attention,
"react-jsonschema-form" is very good solution for making "dynamic json form" in react
but it still have many many problems that are difficult to solve.
for example,it does not support ant design.

at the beginning,I just want to use the "custom widgets" of the react-jsonschema-form to extend for ant design.

but,in the making,I realized the "react-jsonschema-form" is not fit me.
because it's two sample for custom interface.

so, I decide to use the ant design widgets to redesign and rewrite the "react-jsonschema-form" .

however,I have not complete this project,
if you are interesting in my project ,
we can work together for this project.

I just update the demo: https://eddyzhang1986.github.io/antd-jsonschema-form/
that you can refer to.

it is not similar with "react-jsonschema-form",right?

by the way, the ultimate goal of the project is that we can use json create a fully customized dynamic forms.

I will continue to maintain, please feel free to use.

at last, hope u keep up focus on this project and thank you again.

@eddyzhang1986 any plans to update and support to latest react-jsonschema-form and antd-design?