kjanoudi / joiful-react-forms

Automatically generate validated React forms using the Joi schema!
10 stars 1 forks source link

Difference from react-joi-forms? #2

Closed rclai closed 8 years ago

rclai commented 8 years ago

How is this different from this.

kjanoudi commented 8 years ago

@rclai hey there. I started to use react-joi-forms and found a number of issues that made it less than useful for my purposes. I tried to fork off the project, but found that I would not be able to merge in any updates, so I chose to rewrite the majority of the codebase with the inspiration from @appersonlabs's version.

A number of improvements have been made:

I believe react-joi-forms is more suitable when trying to render a simple form straight from schema. This port is more viable for advanced forms, dealing with databases and using Redux, with advanced styling where customizability is more important than simplicity of generating the form.

It's not really ready for mass use right now, that's why there isn't a Readme yet :)

Hope that helps!

kjanoudi commented 8 years ago

@rclai the component is now ready for mass use, with a Readme including the instructions. Hope that answers your question!