Replies: 2 comments
-
The documentation of this library is bad, and there are many questions that no one responds to. I don’t know why so many people use it. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In the Tanstack Table docs, an example takes me directly to an embedded CodeSandbox, like this. (The examples are all broken at the moment, but that's a different problem.) That means that, in order to see the sample code, I have to:
src
folder, look for themain.tsx
file or whatever, and click on it.Compare this with, say, MUI's docs, or Material React Table's. Here the code is already on the screen for me to browse (as is the component that results from that code), no loading time required. If I want to edit that code and play with it -- which happens much more rarely than just reading it -- there's a convenient
[Open in CodeSandbox]
link I can use.My preference is probably pretty clear from the way I've phrased this: the second (MUI) style wins, hands down. But what do other people think?
8 votes ·
Beta Was this translation helpful? Give feedback.
All reactions