Upgrade your Elm Views with Selectors
Charlie Koster
1238
Great post … Could you clarify for me how the model gets passed into todoItemsSelector? The << operator is new to me and am trying to better understand the concept. Specifically this section of code …
view : Model -> Html Msg
view =
todoItemsView << todoItemsSelector