rockerest’s avatarrockerest’s Twitter Archive—№ 11,494

    1. Last night I started writing V3 of a web app. This time, I haven't created a UI (yet). Every single action is pure message passing handled by appropriate subscribers. I'm able to test my application functionality by publishing a message. The UI will be one way to publish messages
  1. …in reply to @rockerest
    Feels really nice to follow this pattern (which is - effectively - the Flux pattern). Looking forward to implementing the UI as an entirely separate concept from the application.