mac-s-g / react-json-view

JSON viewer for react

Home Page:https://mac-s-g.github.io/react-json-view/demo/dist/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unusable on largish JSON data structures.

rwollgar opened this issue · comments

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