Show HN: React Spreadsheet 2
11–20 of 144 posts
Re: Show HN: React Spreadsheet 2
#12Re: Show HN: React Spreadsheet 2
#13Commercial / open-core are a no-go for me, since my goal is to integrate it into an open source project.
Re: Show HN: React Spreadsheet 2
#14Is this related to the react-spreadsheet[1] project? Where does the "React Spreadsheet 2" from the title come from? It's not clear if this is an update to the project, a fork of an existing project, or something brand new. [1] - https://www.npmjs.com/package/react-spreadsheet
Re: Show HN: React Spreadsheet 2
#15This looks great! We've looked at a lot of these for our database GUI. I really love how fleshed out this is, and the multiplayer aspect of it!
Re: Show HN: React Spreadsheet 2
#16Earlier quoted context omitted.
I think the question can be will a user wants to see 1M rows at a time. Probably no. Spreadsheet uses virtualisation to display data, ie only data viewable in a Row x Column viewport is displayed. This improves rendering performance. Data performance can be improved by 1. Lazy loading data or Infinite scrolling. We have a built-in async hook that does this. 2. Only save pointers to data that is being displayed. So if…
I'm checking it out on my phone and scrolling through the interface is pretty choppy, but rather fluid in a Google sheet. Maybe you might be able to further tweak the virtual row rendering? Props for the fact that when I scroll a bit faster things don't disappear, which I've seen before in SPAs with infinite scroll.
Re: Show HN: React Spreadsheet 2
#17The Twitter link in the footer points to an unrelated account with the "rowsncolumns" handle
Re: Show HN: React Spreadsheet 2
#18Re: Show HN: React Spreadsheet 2
#19It crashed: 139-d48f98f3a9d41491.js:1 TypeError: Cannot read properties of undefined (reading 'rowCount') at nI (561-5e048c82ab8ff4d8.js:5:68277) at e (452-22edc4adb41de58f.js:1:1090692) at rs (2443530c-0641256dae818679.js:9:38883) at lg (2443530c-0641256dae818679.js:9:54218)
Re: Show HN: React Spreadsheet 2
#20Amazing