react-json-form
react-json-form copied to clipboard
Don't use indices to generate keys for array items
Currently, we're using indices for generating keys for array's children components. This may result in poor performance and also hinder optimization in child components.
Related: #67