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

    1. new virtual dom implementation does not really diff or generate patches, it mutates and caches references to dom nodes immediately
  1. …in reply to @ra
    its meant to be as fast as possible, but also does not hardcode assumptions. i want it to work for e.g. three.js as well.
    1. …in reply to @ra
      the very object oriented shape its taken makes it amenable to a C#/ClojureCLR port
      1. …in reply to @ra
        been in my head for a week but i couldn’t get a minute to write it down because of fascism. seems to work. further optimizations in mind too