ra’s avatarra’s Twitter Archive—№ 29,014

        1. functional friends: in an immutable virtual dom system, how do you avoid rerendering the whole virtual dom when anything changes?
      1. …in reply to @ra
        i have a system that is basically update: state, input → state’ draw: state → virtual-dom but redrawing every frame makes diffs slow
    1. …in reply to @ra
      e.g. every time you call render get *completely* different objects, right? github.com/Raynos/main-loop
      oh my god twitter doesn’t include alt text from images in their API
  1. …in reply to @ra
    the results of two calls to render should never have any referentially equality, so why check for it?