-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Documentation 2.0 #252
Comments
As one of the readers has pointed out, it's nice to illustrate some benefits of the validation based on pure resolvers. It can cover even complex scenarios quite easily. Perhaps, having a list of various validation examples (only schemas) would be nice to have. |
I must say that the updated Gitbook looks very promising. If I be able to integrate a live examples there, then the place for Docs 2.0 is defined. |
Need to consider to add the comparison section to the README page. Comparison illustrate the same scenarios achieved using different form libraries. It will help people to understand the differences. Possible scenarios
|
What I find lacking is documentation on how to use field options like mapPropsToField, enforceProps, mapping/setting initial values of components, beforeRegister, shouldUpdateRecord. Detailed explanations of these along with examples would go a long way. |
You are completely right, @johnpreed. I will try to take the original requirements why those methods were implemented, and put them in a form of examples. Update: Please take a look at the updated createField Options. Let me know if it's more clear now. Thanks. |
What
Suggest to consider implementing a more profound documentation.
Why
How
Roadmap
valid
/invalid
separationcreateField
custom options. Explain options more effectively, eliminate confusion. Grant a clear picture what are those options for, and what they are not.The text was updated successfully, but these errors were encountered: