Skip to content

Files

Latest commit

 

History

History
11 lines (6 loc) · 637 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 637 Bytes

AppComponents - Simple model for elm-like composable programs in Swift

This playground attempts to duplicate the architecture prescribed for Elm, while still remaining as Swift-y as possible.

Views are rendered using DePict, and the operators for stacking elements are taken from that as well.

It ought to be possible to make events work the same way as in the Elm version, but I haven’t yet figured it out.


Please feel free to submit a pull request!