AykutSarac / jsoncrack-vscode

VS Code extension of JSON Crack. Convert your JSON files into graphs with a single click and view them onto graphs.
https://marketplace.visualstudio.com/items?itemName=AykutSarac.jsoncrack-vscode
MIT License
445 stars 49 forks source link

Would you consider publishing react components you use in this project to npm? #17

Closed usirin closed 1 year ago

usirin commented 1 year ago

Feature

I think this is a great product, and thank you so much for the effort you've put into this. I've been building a widget viewer for react components over at https://github.com/kamp-us/monorepo/pull/216 and i've been looking for a detailed json viewer to use in my experimental widget viewer.

I'd really love to be able to use https://github.com/AykutSarac/jsoncrack-vscode/blob/master/src/components/Graph/index.tsx in my widget viewer if this was a separate package.

I, and my community are ready to help in anyway we can.

Alternative solutions or implementations

No response

Other context

Here is a simple ugly json viewer i am currently hacking with 😅

image

AykutSarac commented 1 year ago

Hi, thanks for your interest and offer. JSON Crack and its components gets updated continuously, thus it makes harder to create a stable graph component without having breaking changes and requires a detailed planning and roadmap. I have plans for this in the future but at the moment I'm focused on improving https://jsoncrack.com/embed which is more effective than a component specific for React. Maybe that's what you need.

AykutSarac commented 1 year ago

Hello @usirin, currently I'm exporting the graph as a React component to release it as npm package. I'd love to hear if you would like to contribute for it 🙂

AykutSarac commented 1 year ago

Merging under #29

AykutSarac commented 1 year ago

Published at npm but not officially announced yet, open to feedbacks though.