Show HN: React-data sheet, Excel-like spreadsheet component
nadbm.github.io
Show HN: React-data sheet, Excel-like spreadsheet component
1–10 of 93 posts
Re: Show HN: React-data sheet, Excel-like spreadsheet component
#2But, I can just imagine running this one by the patent attorneys as an open source library to include in our product.
Re: Show HN: React-data sheet, Excel-like spreadsheet component
#3Re: Show HN: React-data sheet, Excel-like spreadsheet component
#4One thing I'm wondering about... if this is React based, do you reassign and recalculate the whole grid upon every change? Because the grid is probably a component, and has the table as props. I could imagine that is inefficient... Not to even speak of then rendering the whole component and sending it through DOM reconciliation every time a key is pressed.
Well, OTOH I guess it doesn't matter for small tables. The demo feels really snappy!
Re: Show HN: React-data sheet, Excel-like spreadsheet component
#5Nice! Looks really polished! One thing I'm wondering about... if this is React based, do you reassign and recalculate the whole grid upon every change? Because the grid is probably a component, and has the table as props. I could imagine that is inefficient... Not to even speak of then rendering the whole component and sending it through DOM reconciliation every time a key is pressed. Well, OTOH I guess it doesn't ma…
Re: Show HN: React-data sheet, Excel-like spreadsheet component
#6Nice! Looks really polished! One thing I'm wondering about... if this is React based, do you reassign and recalculate the whole grid upon every change? Because the grid is probably a component, and has the table as props. I could imagine that is inefficient... Not to even speak of then rendering the whole component and sending it through DOM reconciliation every time a key is pressed. Well, OTOH I guess it doesn't ma…
https://bvaughn.github.io/react-virtualized/#/components/Gri...
Re: Show HN: React-data sheet, Excel-like spreadsheet component
#7Nice! Looks really polished! One thing I'm wondering about... if this is React based, do you reassign and recalculate the whole grid upon every change? Because the grid is probably a component, and has the table as props. I could imagine that is inefficient... Not to even speak of then rendering the whole component and sending it through DOM reconciliation every time a key is pressed. Well, OTOH I guess it doesn't ma…
Re: Show HN: React-data sheet, Excel-like spreadsheet component
#8Nice! Looks really polished! One thing I'm wondering about... if this is React based, do you reassign and recalculate the whole grid upon every change? Because the grid is probably a component, and has the table as props. I could imagine that is inefficient... Not to even speak of then rendering the whole component and sending it through DOM reconciliation every time a key is pressed. Well, OTOH I guess it doesn't ma…
Wouldn't it just re-render the cells that changed?
Re: Show HN: React-data sheet, Excel-like spreadsheet component
#9[1] spreadserve.com