This message was deleted.
I will try to do this for Datahike, it is already super easy to pick up and convenient, but barely anybody knows it. It is also really nowhere close to fasthtml's presentation.
It really pisses me off when people give me unsolicited feedback on non-technical topics, please stop
👍
I will delete this post then, apologies for violating your community guidelines.
thank you
we are cool
the webview1 example gets sluggish when there are too many results: https://gist.github.com/yayitswei/d2d35fc569601987162cdc3dd08707c3 i think the lag comes mostly from rendering and rather than network. is there a way to make this more responsive? for example, https://datatables.net seems to render pretty quickly with the same amount of rows. or is this an inherent overhead that comes with the benefit of differential ui?
you must use virtual scroll, electric is specifically designed for the enterprise use case with very large collections
you're right that the lag is not from network, we are working on this soon (we got distracted by deadlocks under heavy production load with queries running in threads, rendering perf is after that)
the hyperfiddle video from yesterday is a demonstration of virtual scroll performance on collections of countable size (up to about 50k items), it is quite fine if you use our patterns