Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@phynet
Last active May 13, 2018 17:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save phynet/1633050f379bed21f3174ecb6aa1cb3c to your computer and use it in GitHub Desktop.
Save phynet/1633050f379bed21f3174ecb6aa1cb3c to your computer and use it in GitHub Desktop.
elm-swift-redux info
  Elm uses the functional reactive programming style and purely functional graphical layout to
  build user interface without any destructive updates. It enforces a “model view update”
  architecture, where the update has the following signature: (action, state) -> state 

http://www.appventure.me/2016/10/14/reswift-pattern/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment