Skip to content

Commit c33a3f2

Browse files
Would it be more accurate? (#42)
The table API of Material UI is https://mui.com/material-ui/react-table/#basic-table which seems to match the definition of "lightweight". However, MUI X is well, still quite heavy https://mui.com/x/react-data-grid/#mit-version (hopefully we will figure out solutions)
1 parent 9711166 commit c33a3f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ In 2020, [Robin Wieruch](https://www.robinwieruch.de) created React Table Librar
125125

126126
There are two kinds of table libraries for React: heavyweight and lightweight.
127127

128-
On the one side of the spectrum, there are **heavyweight table libraries** which are often shipped by UI libraries such as Material UI. These tables have all batteries included, however, they often lack in modern concepts such as composition over configuration, customization, extensibility and first-class server-side operations. When you have to create one giant configuration object for one giant table component, you know that you are working with a heavyweight table library.
128+
On the one side of the spectrum, there are **heavyweight table libraries** which are often shipped by UI libraries such as MUI X. These tables have all batteries included, however, they often lack in modern concepts such as composition over configuration, customization, extensibility and first-class server-side operations. When you have to create one giant configuration object for one giant table component, you know that you are working with a heavyweight table library.
129129

130130
On the other side of the spectrum, there are **lightweight table libraries**. The most popular one is React Table which is a great library and at the time the status quo in the React community. I very much like this library and used it myself, however, when creating complex tables (read: server-side operations, customizations, feature compositions) from scratch, I always felt like re-inventing the wheel all the time, because I didn't receive enough handholding from the library.
131131

0 commit comments

Comments
 (0)