Hacker News new | ask | show | jobs
by bicknergseng 4799 days ago
I can't tell if this would help rendering large lists of dom elements that are loaded all at once... eg what things like infinity.js, ember tables, etc do. I wish there was a UITableView for the web that was more native than any of those solutions.
1 comments

Mozilla's XUL had a native treeview element, and I remember it being horrible to work with.

https://developer.mozilla.org/en-US/docs/XUL/tree

I can't imagine XML anything being pleasant to work with to be honest.