rockerest’s avatarrockerest’s Twitter Archive—№ 16,599

  1. …in reply to @schizanon
    @yesiwebto It's a "state machine"-cum-controller, which is sort of the problem. Mutating global state is indeed a huge part of the problem, but the premise "we need global state" is the root of all evil. Invert control (components fetch state), and the problems disappear (as does Flux).