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

      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
    im missing something. i want to draw using a pure function of state to virtual-dom, don’t know how to do that w/o defeating optimizations