Unclaimed project
Are you a maintainer of react-json-tree? Claim this project to take control of your public changelog and roadmap.
Changelog
React JSON Viewer Component, Extracted from redux-devtools
(From #35 - thanks @alexkuz)
(there's a lot of changes, I'm sorry for that, it probably shouldn't be in one PR)
Object, Array or Iterable has more than collectionLimit entries (50 by default), only collectionLimit entries are shown, the rest are grouped recursively (so than not more than collectionLimit groups are shown). If collectionLimit = 0, all items are shown.Example screencast (as a part of redux-devtools-inspector):

postprocessValue(value) (identity by default): allows to replace value on rendering. Useful for huge collections, as there is no need to traverse all entries, just the ones that are rendered.isCustomNode(value) (returns false by default): if returns true, item is rendered via JSONValueNode, which allows to render custom component for any type of item (not just literals). Should be used with valueRenderer.expandAll = true.The library for web and native user interfaces.
Complete Claude Code configuration collection - agents, skills, hooks, commands, rules, MCPs. Battle-tested configs from an Anthropic hackathon winner.
The React Framework
Coding articles to level up your development skills