mac-s-g / react-json-view

JSON viewer for react
https://mac-s-g.github.io/react-json-view/demo/dist/
MIT License
3.45k stars 494 forks source link

Is this project dead ? Should we go to some fork? #410

Open leonbloy opened 2 years ago

leonbloy commented 2 years ago

Last commit (and author activity) is from March 9 2021.

Lots of open issues, and pending MR... Should this project be considered dead ?

Is there some fork that we should go to ?

Among the 379 forks, I've seen this one https://github.com/microlinkhq/react-json-view mentioned here https://github.com/mac-s-g/react-json-view/issues/403#issuecomment-1168231115

But it has not opened the issue tracker.

Does anyone knows about another fork ... or some alternative ?

philer-jambit commented 1 year ago

It looks like @textea/json-viewer started out as a fork and is now a maintained alternative.

Disclaimer: I just found it myself, so this is not an endorsement, just a hint.

CarlosNZ commented 1 year ago

I, too, was frustrated at the stagnation, so I bit the bullet and made my own alternative from scratch: https://github.com/CarlosNZ/json-edit-react (Demo: https://carlosnz.github.io/json-edit-react/)

I had a look at @textea/json-viewer, but my main problem with it is the reliance on Material UI. That's not so great if you're not already using Material UI in your project. So I made sure mine is just plain old HTML/CSS (with plenty of customisation if you want it)

okboy5555 commented 1 year ago

I'm already planning to build it myself