https://reactjs.org/docs/reconciliation.html Presently, `render()` just does a full reconstruction of the DOM every time. We should see if we can do a similar algorithm for diffing and applying delta changes in ≈500 bytes or fewer (uncompressed).