react-json-view
react-json-view copied to clipboard
Unusable on largish JSON data structures.
Rendering is slow and broswer hangs while rendering JSON. Also the JSON structure is no fully rendered.
I have exactly the same issue. A free form edit mode and a validation+formatting step before saving and returning to the standard key-value edit mode would do the trick.
did you guys find any solution?
sending in the props collapsed={true} seems to fix the browser crash issue for me