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

SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
  • react-arborist

    The complete tree view component for React

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

    "memoize-one": "^6.0.0",

  • 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?

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • 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 :).

  • react-table-library

    :bento: 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/

  • 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.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB 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
  • How to solve overfetching with tRPC APIs when rendering tables (Pt. 1)

    2 projects | dev.to | 15 Jan 2023
  • To people who use Chakra-UI in production, what solutions do you use for date pickers, tables, etc?

    1 project | /r/reactjs | 16 Oct 2022