mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
perf(replies): progressive render, 500 replies/page, content-visibility
Set repliesPerPage to 500 to avoid Virtuoso pagination sort drift. Add useProgressiveRender with startTransition batching and CSS content-visibility for long reply lists.
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
/** Max replies loaded per page from useReplies. Threads with > this use Virtuoso. */
|
||||
export const REPLIES_PER_PAGE = 500;
|
||||
Reference in New Issue
Block a user