Open cesarpachon opened 4 years ago
Have you checked out https://github.com/flipbyte/formik-json-schema. It looks like it accomplishes what you are looking for using Formik and JSON Schema
Despite the name, I don't think that project actually uses json-schema (that is, the spec) but rather a custom format for expressing the schema.
There is https://github.com/rjsf-team/react-jsonschema-form and https://github.com/zhigang1992/react-native-jsonschema-form, but the latter looks to be a bit one-off for me to want to use it. Could be the foundation for something in the future, though.
❓Question
hi, I wonder if formik would be a good choice for producing dynamic forms.. lets say, you have a json describing the form and you pass it to formik to generate the HTML. Something similar to alpacajs but more react friendly.. thanks.