react-final-form-arrays icon indicating copy to clipboard operation
react-final-form-arrays copied to clipboard

lack of examples (up-to-date)

Open ivaylopetrovdev opened this issue 6 years ago • 3 comments

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

ivaylopetrovdev avatar Dec 07 '18 10:12 ivaylopetrovdev

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

shirbr510 avatar Dec 30 '18 15:12 shirbr510

I'm currently trying to create an example using react-beautiful-dnd: https://codesandbox.io/s/8k0ykyr7z9

shirbr510 avatar Dec 30 '18 21:12 shirbr510

I would also appreciate more examples. This code is verbose without that many examples of how to use each feature.

rjpruitt16 avatar Mar 04 '19 14:03 rjpruitt16