This blog post is part of a series where we’re using The Elm Architecture (TEA). If you haven’t, I strongly recommend reading the previous articles first.
In the previous post, we’ve implemented our first application using our ElmishView and we saw how to render and update our Model. However, our application’s logic didn’t have to produce any kind of side effect (like API calls), making this example unrepresentative of most of the actual use cases.
