react-table-library
react-arborist
react-table-library | react-arborist | |
---|---|---|
13 | 13 | |
768 | 3,197 | |
1.7% | 1.8% | |
5.2 | 6.0 | |
17 days ago | about 1 month ago | |
JavaScript | TypeScript | |
MIT License | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
react-table-library
-
Movable tree CRDTs and Loro's implementation
Wow I have to read this! For a freelance client of mine, I have open sourced React Table Library [0] with the focus on tree operations. They are handling a folder/file tree structure of 100 thousands nodes where it is possible to move folders/files, clone them, lazy load them on a top and nested level, etc. And all of it in the same table structure.
After I finished the project, I kinda knew why Google Drive only allows to display and modify on the same hierarchical level. There are so many constraints that you have to consider when implementing this in a nested view with many nodes.
[0] https://react-table-library.com/
-
How to solve overfetching with tRPC APIs when rendering tables (Pt. 1)
I'll use React Table Library for the UI, but this pattern can work with most other tables or datagrids in a very similar way.
-
React datagrid libraries
Maybe give https://react-table-library.com/ a try :)
-
To people who use Chakra-UI in production, what solutions do you use for date pickers, tables, etc?
Perhaps react-table-library with its Chakra UI integration is worth a try!
-
I built a table library for React, would love some feedback
Ah okay. Yes, I didn't link those yet. But essentially you can find all the features on the Features section over here https://react-table-library.com/
-
AntD vs MaterialUI? what do you prefer and why?
https://tanstack.com/table/v8 https://react-table-library.com/
-
Best React Inline Editable Grid?
You could give react-table-library a shot :) The table cells are fully in your control, so you could just use an input field in them.
-
React Tree View for Json object?
Check out this table's tree feature: https://react-table-library.com/
- Show HN: React-Table-Library
-
Chakra UI vs Mantine
If someone is looking for a fully-featured table library that can use either Chakra or Mantine as theme, check out this library.
react-arborist
-
MUI Grid with Infinite (10000) Grid Items
To note: we had to represent hierarchical data, that sometimes return 10 items in a level, or 1000. https://github.com/brimdata/react-arborist ended up being a solid pick for us.
- React Arborist v2.0.0 - A Tree View Component
- React Arborist v2.0 – The Complete Tree View Component (Keyboard Nav and More)
- A full-featured tree component for React
-
React Arborist – A full-featured tree component for React
https://github.com/brimdata/react-arborist/blob/main/package...
"memoize-one": "^6.0.0",
- React Arborist - a full-featured tree component for React
What are some alternatives?
material-table - Datatable for React based on material-ui's table with additional features
react-treebeard - React Tree View Component. Data-Driven, Fast, Efficient and Customisable.
KendoReact Grid - Issue tracker - KendoReact https://github.com/telerik/kendo-react
react-complex-tree - Unopinionated Accessible Tree Component with Multi-Select and Drag-And-Drop
react-data-table - A responsive table library with built-in sorting, pagination, selection, expandable rows, and customizable styling.
react-treeview - Easy, light, flexible tree view made with React.