Gizra / elm-hedley

Elm web app with Headless Drupal backend
https://gizra.github.io/elm-hedley
MIT License
308 stars 36 forks source link

Convert Login.elm to a proper component #105

Closed amitaibu closed 8 years ago

amitaibu commented 8 years ago

104

amitaibu commented 8 years ago

This is a nice example, where the Login page is actually consisted from a single component, so we simply pipe the calls to the page, directly to the component.

amitaibu commented 8 years ago

Actually the piping isn't working, as it messes with Elm's types. So I'll have to move the component itself under the page.