Gizra / elm-hedley

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

Split Article page to smaller components #97

Closed amitaibu closed 8 years ago

amitaibu commented 8 years ago

@bitamar @YaronMiro this PR is how I'm breaking big components.

We have a Page that calls smaller components. Each one has the Model.elm, Update.elm and View.elm

amitaibu commented 8 years ago

@rgrempel I'm happy to say I was able to completely avoid circular dependency with this file structure + the naming makes following the Elm architecture easier :)

YaronMiro commented 8 years ago

:+1: I like it :)