what are "escape hatches"?
Show HN: React Spreadsheet 2
141–144 of 144 posts
Re: Show HN: React Spreadsheet 2
#142This absolutely looks amazing. But I also love this process of reinventing the electronic table (spreadsheet), and the columnar-text altogether. 10 more years and we're back in 1982. I would say that the spreadsheet-like data view is a must-do in the career of the UI person. But then this all, without proper back-end wired to it, means very little to the overall product experience. In fact - proper back-end with not-…
Re: Show HN: React Spreadsheet 2
#143Earlier quoted context omitted.
Actually, this is an important comment. Building a spreadsheet with web technology is not that difficult. However, building one with more than just the most basic features, which performs well, once the data grows, is a surprisingly hard task. To give an example of what makes it so difficult: Some browsers (e.g. Chrome) seem to have special optimizations for rendering tables. So performance-wise it makes a difference…
Which approach is more optimized in Chrome?
Re: Show HN: React Spreadsheet 2
#144Earlier quoted context omitted.
Which approach is more optimized in Chrome?
A few weeks ago I found a StackExchange thread where someone had benchmarked the two approaches and found, that table tags were somehow optimized. However, this was tested with identical content and with a table for which every cell had to be rendered. In other scenarios, the performance might be different, but for spreadsheets, this should be applicable. Sadly I can't find the link at the moment (was on a different…