Skip to content

Add json-edit-react to React Awesome Components #1459

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

CarlosNZ
Copy link

@CarlosNZ CarlosNZ commented Apr 25, 2025

Propose adding json-edit-react to the list of "Awesome components"

A highly-configurable React component for editing or viewing JSON/object data.

Has had big rise in popularity in recent months, with lots of positive feedback.

Demo site

Screenshot 2025-04-25 at 11 48 27 AM

Why is it awesome?

  • performant: only renders visible content when first loading
  • no 3rd party UI dependencies (renders HTML/CSS only)
  • granular control over which nodes can be edited/added/deleted
  • can integrate with validation libraries (eg ajv) to enforce JSON schema
  • extensible with custom components for specialised data display
  • fully styleable/themeable
  • search/filter data

Thanks for your consideration :)

@@ -144,6 +144,7 @@ A collection of awesome things regarding the React ecosystem.
- [kbar](https://github.com/timc1/kbar) - Fast, portable, and extensible cmd+k interface for your site
- [tagify](https://github.com/yairEO/tagify) - Lightweight, efficient Tags input component
- [puck](https://github.com/measuredco/puck) - The visual editor for React
- [json-edit-react](https://github.com/CarlosNZ/json-edit-react) - Highly configurable JSON/Object tree editor/viewer
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I thought it was supposed to be alphabetically listed, but that doesn't seem to have been enforced for the preceeding items, so I just chucked it at the end of the list

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant