react-final-form-arrays
react-final-form-arrays copied to clipboard
lack of examples (up-to-date)
Are you submitting a bug report or a feature request?
Request
What is the current behavior?
There is only one simple example, which is outdated (versions are old)
What is the expected behavior?
Having good documented/explained examples. Covering more complex cases like: using render component, that is able to read array property in componentDidMount and update it if there is missing value. The community support in StackOverflow is really bad
I understand that this is sort of a "side concern" to the main react-final-form
repository but I definitely agree with @ivaylopetrovdev
react-final-form
has one of the highest amount of flexible examples I've ever seen in a repository and I expect this repository to be the same.
p.s: while working on a dnd feature I could barely find a react-dnd example for this feature but eventually found this:
https://codesandbox.io/s/3r75m0kn41
I'm currently trying to create an example using react-beautiful-dnd: https://codesandbox.io/s/8k0ykyr7z9
I would also appreciate more examples. This code is verbose without that many examples of how to use each feature.