Taggart :donor: on Nostr: A very silly thing that I did that turned out to be invaluable for this new app is ...
A very silly thing that I did that turned out to be invaluable for this new app is manually implement table rendering/pagination.
There are hojillions of libraries for JS that will turn data into tables, but the problem is you need all the data present to do that. The datasets I'm working with are so chonky that I'm pulling pages from the Rust backend to the React front, and that, as it happens, is not so common.
The performance improvement by doing so is something like 800%
There are hojillions of libraries for JS that will turn data into tables, but the problem is you need all the data present to do that. The datasets I'm working with are so chonky that I'm pulling pages from the Rust backend to the React front, and that, as it happens, is not so common.
The performance improvement by doing so is something like 800%