Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Building Hangman in elm-native-ui

Building Hangman in elm-native-ui

Philipp Marvovics @unkai and me talkingat the Elm Berlin Meetup about how we built Hangman in elm-native-ui.

Avatar for Martin Kavalar

Martin Kavalar

April 05, 2016
Tweet

Other Decks in Programming

Transcript

  1. Building Hangman Support more components and properties like TextInput and

    value use react-docgen to generate a prop spec of each component generated 1200+ lines of Elm code from prop spec organized similar to elm-html very easy to generate Elm code out of templates
  2. Limitations some components don’t have a prop spec no signatures

    for event handlers provided by spec exceptions need to be added for duplicate property names Android/iOS differences are not handled yet
  3. Outlook create pull request with new components restrict components to

    use only their supported properties support more components (like Android components)