Y
Hacker News
new
|
ask
|
show
|
jobs
by
Ylmaz
1071 days ago
A lot of people don't know how to use react. The author is one of them.
1 comments
alexbezhan
1071 days ago
Author here. I've used React Table for this, which has like 20k+ stars on Github. It's slow. Imagine you want to edit a cell in a spreadsheet with 40k rows. You MUST create a new array, otherwise React won't update the DOM.
link
Ylmaz
1071 days ago
No you just update the cell. React is extremely fast if you understand how rendering works. Avoid unnecessary rerendering of unchanged data.
link
aydio
1071 days ago
Have you tried creating your own table in React that supports just your use case? That would've been a fairer comparison un my opinion.
link
progx
1071 days ago
Why should he build his own, you can compare existing things.
link
Ylmaz
1071 days ago
Why should he compare a random package that does not fit his use case to his custom solution?
link