AykutSarac / jsoncrack-vscode

VS Code extension of JSON Crack. Convert your JSON files into graphs with a single click and view them onto graphs.

Home Page:https://marketplace.visualstudio.com/items?itemName=AykutSarac.jsoncrack-vscode

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

usirin opened this issue · comments

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 kamp-us/monorepo#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

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.

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 🙂

Merging under #29

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