— In Flux the data store/model is the "controller" and only patches state in response to hard coded actions
Message permanent page
— It doesn't do anything except patch state, so the whole app is mostly free of complex logic
— It automaps to elements for you
— So in essence, after you define model and state, the app writes itself
— It wraps renderers in "compoments" which all carry a copy of state
— It is a kind of graph or network, with some having children, and top level glue components
— I am new here. are you active programmers in javascript?