rem’s avatarrem’s Twitter Archive—№ 69,014

    1. Damnit. I thought React would handle 1,000ish virtual nodes out of the box fairly well. For my particular case, apparently note - page froze, I bailed out after 45 seconds of nothing. Bigger problem is: I want to scale up to 10,000+ nodes. —
  1. …in reply to @rem
    —dangerouslySetInnerHTML worked for fast creation, but then I need the nodes to be updated, which, unless I pick through the DOM manually (which might be what I do), regularly re-generating 10,000 DOM nodes via innerHTML in the VDOM's render cycle isn't great either.