React Arborist – A full-featured tree component for React

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. react-arborist

    The complete tree view component for React

    https://github.com/brimdata/react-arborist/blob/main/package...

    "memoize-one": "^6.0.0",

  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. monaco-tree

    Curiosity hacks with Monaco Editor's tree component

    Great component, thank you for sharing. I was working on a similar component called `react-monaco-tree`, which is waay immature right now. I took `https://github.com/BlueMagnificent/monaco-tree` as the base. Are there any list of all these 'file-tree' components for React?

  4. aria-practices

    WAI-ARIA Authoring Practices Guide (APG)

    I should apologize off-the-bat for not digging in too deeply, but how does this handle keyboard and screenreader accessibility?

    W3C has some in-depth list of expected keyboard interactions, though I'm not sure how complete they are:

    https://w3c.github.io/aria-practices/#TreeView

    https://w3c.github.io/aria-practices/examples/treeview/treev...

    I ask because I've tried to implement a [TreeGrid](https://w3c.github.io/aria-practices/#treegrid) myself before and... it's a lot of work. I'd love an accessible, keyboard-friendly React tree :).

  5. react-table-library

    React Table Library

    FWIW I am working on such a table library for React [0] which has a great tree plug-in. So you can use it either as tree table or tree list (if just having one column).

    [0] https://react-table-library.com/

  6. gecko-dev

    Read-only Git mirror of the Mercurial gecko repositories at https://hg.mozilla.org. How to contribute: https://firefox-source-docs.mozilla.org/contributing/contribution_quickref.html

    I tracked down the source to Firefox Devtools' JSON viewer.

    https://github.com/mozilla/gecko-dev/tree/master/devtools/cl...

    It's based on React, but also uses require.js for its dependencies from other parts of Devtools, like TreeView - so it looks tough to separate into an independent component.

  7. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • React Tree View for Json object?

    1 project | /r/reactjs | 19 Apr 2022
  • Show HN: React-Table-Library

    1 project | news.ycombinator.com | 31 Mar 2022
  • looking for a Table Library

    1 project | /r/reactjs | 15 Mar 2022
  • Movable tree CRDTs and Loro's implementation

    1 project | news.ycombinator.com | 29 Jul 2024
  • How to solve overfetching with tRPC APIs when rendering tables (Pt. 1)

    2 projects | dev.to | 15 Jan 2023