Closed amitaibu closed 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
Page
Model.elm
Update.elm
View.elm
@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 :)
:+1: I like it :)
@bitamar @YaronMiro this PR is how I'm breaking big components.
We have a
Page
that calls smaller components. Each one has theModel.elm
,Update.elm
andView.elm