react-table-library
Material UI
react-table-library | Material UI | |
---|---|---|
13 | 301 | |
788 | 96,482 | |
0.5% | 0.2% | |
5.6 | 9.9 | |
5 months ago | 4 days 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.
Material UI
-
Top 5 Free React UI Libraries to Use in 2025
MUI is the OG of UI component libraries. Theyโve been at the top back since when Bootstrap was a contender and are still maintaining a top spot in the era of Tailwind and other UI libraries. With more than 95k GitHub stars (and counting), and top companies using it in production, Iโd say this is the open-source React component library with the most stars. MUI also has paid components available for enterprise users.
-
Kickstart Hacktoberfest with These Exciting Open Source Projects to Contribute To! ๐
๐จ Project: Material UI ๐ก Why Contribute: If design systems and UI frameworks are your thing, Material UI is a must-contribute project. Help maintain or enhance one of the most popular React component libraries used by thousands of developers globally.
- Latest Google Chome (Chromium) Release Breaks Popular Styling Libraries
-
Winamp Legacy player source code is now open
Coincidentally, I thought it was this bug that bit you; it was reported a couple of days ago https://github.com/mui/material-ui/issues/43823
-
Mastering Material UI
To start, I'll be using MUI's Album Template for demo purposes, as I feel that it uses some of the more common components that you'll likely be using. Please note that this repo is template is older so some of the components in it are deprecated.
-
Best React UI Library: 5 Popular Choices
GitHub: https://github.com/mui/material-ui
- How to Contribute to Open Source Projects
-
Material UI vs Shadcn
Material UI GitHub Repository
-
Exploring Pigment CSS, a zero-runtime CSS-in-JS library by MUI
The most popular CSS-in-JS libraries are styled-components and Emotion. MUI, a React component library, recently released a promising, zero-runtime CSS-in-JS library called Pigment CSS. This article will explore the features and benefits of Pigment CSS, offering a comparison to styled-components and Emotion based on performance, features, developer experience, and community support.
-
Ask HN: Is there a react test framework that works?
> [0, 1, 2, -1, 10, 11, 12, 13, 14, -1, 26, 27, 28]
What is that supposed to represent in terms of pagination? Are they cursors...?
> I didn't think the code that generated the HTML from that was really worth testing because it was so superficial.
For what it's worth (as a frontend person), pagination is traditionally one of the trickier things for us to make sure is working correctly. Off-by-one mistakes can happen for example (especially with zero-indexed items). Or sometimes the prev/next buttons don't correctly use the same math as the page 1, 2, 3, etc. buttons. It gets even harder if you don't know the total length in the beginning, or if you allow multiple page sizes or sorts/filters, or use lazy loading, etc.
For those reasons I try to use a ready-built lib like MUI where all that is already tested internally (like https://github.com/mui/material-ui/blob/next/packages/mui-ma... or https://github.com/mui/material-ui/blob/next/packages/mui-ba...), but we still add our own automated and manual tests in our own usages.
But then again I'm bad at math and division, lol, so maybe it's just my own weakness.
What are some alternatives?
KendoReact Grid - Issue tracker - KendoReact https://github.com/telerik/kendo-react
heroui - ๐ Beautiful, fast and modern React UI library. (Previously NextUI)
material-table - Datatable for React based on material-ui's table with additional features
daisyui - ๐ผ ๐ผ ๐ผ ๐ผ ๐ผ โThe most popular, free and open-source Tailwind CSS component library
react-data-table - A responsive table library with built-in sorting, pagination, selection, expandable rows, and customizable styling.
mantine - A fully featured React components library