Comment by sauercrowd 2 days ago What's "the Elm architecture"? 3 comments sauercrowd Reply fodkodrasz 2 days ago A simple UI programming pattern, with a circular, unidirectional data flow. It is very rigid by design, to be side-effect free, functional, unidirectional:https://guide.elm-lang.org/architecture/I'm no frontend guy, but I think it did/was inspire(d) react (redux?) maybe. Corrections on this very welcome acemarke 1 day ago Correct - Elm was one of several inspirations for Redux:- https://redux.js.org/understanding/history-and-design/prior-... spooky_deep 1 day ago Yes it was too rigid. Too much boiler plate. The design space of functional UI is still being explored.
fodkodrasz 2 days ago A simple UI programming pattern, with a circular, unidirectional data flow. It is very rigid by design, to be side-effect free, functional, unidirectional:https://guide.elm-lang.org/architecture/I'm no frontend guy, but I think it did/was inspire(d) react (redux?) maybe. Corrections on this very welcome acemarke 1 day ago Correct - Elm was one of several inspirations for Redux:- https://redux.js.org/understanding/history-and-design/prior-... spooky_deep 1 day ago Yes it was too rigid. Too much boiler plate. The design space of functional UI is still being explored.
acemarke 1 day ago Correct - Elm was one of several inspirations for Redux:- https://redux.js.org/understanding/history-and-design/prior-...
spooky_deep 1 day ago Yes it was too rigid. Too much boiler plate. The design space of functional UI is still being explored.
A simple UI programming pattern, with a circular, unidirectional data flow. It is very rigid by design, to be side-effect free, functional, unidirectional:
https://guide.elm-lang.org/architecture/
I'm no frontend guy, but I think it did/was inspire(d) react (redux?) maybe. Corrections on this very welcome
Correct - Elm was one of several inspirations for Redux:
- https://redux.js.org/understanding/history-and-design/prior-...
Yes it was too rigid. Too much boiler plate. The design space of functional UI is still being explored.