Papers & Presentations

Atoms frequently share what they know in journals, at conferences, and in classrooms.

How to Render Twenty Thousand Rows without Crashing Chrome

Presented by
Presented at
How to Render Twenty Thousand Rows without Crashing Chrome
at
Code PaLOUsa
|
August 1, 2020
Additional Presentations:
Written in
Code PaLOUsa
|
August 2020

If you have, say, twenty thousand rows to render, you probably don’t want to fetch all that data at once and you especially don’t want to render all those rows on page load. This talk was about how to render only the rows you need and how to just-in-time load data for those rows.