rockerest’s avatarrockerest’s Twitter Archive—№ 14,978

            1. …in reply to @jennschiffer
              jennschiffer Remove all of the faux Class syntax. All of it. All of the future class proposals, too. Make the JIT engine better at reflecting to DOM classes (eg reflecting into HTMLElement from a function shouldn't be a 40% perf hit).
          1. …in reply to @rockerest
            jennschiffer Big improvements to standard tooling: the current proposals that come to mind are Temporal and Observables (plus pipeline operator and partial application).
        1. …in reply to @rockerest
          jennschiffer Make const work how people think it works (either by adding deeply immutable structures or - my preference - requiring the the RHS be a primitive String or a primitive Number, only)
      1. …in reply to @rockerest
        jennschiffer Require semicolons to terminate lines 😉
    1. …in reply to @rockerest
      jennschiffer Whatever it takes (out of my expertise, so vague here) to finally convince people that VirtualDOM is really bad. Presumably we'd need to be able to update rendered templates precisely a la (but not exactly) lit-html. Constructible Stylesheets as a rule. ::theme and ::part
  1. …in reply to @rockerest
    jennschiffer Sorry for deviating from JS-proper, but I think it's necessary to break the spell of VDOM 😁