5.1

Elm Architecture

In this chapter, we will explore the Elm Architecture — a novel approach for organizing code that makes managing data flow in our application quite easy. Elm as a programming language, in general, is wonderful. However, it’s the Elm Architecture that makes building front-end web applications in Elm so much fun. Let’s dive into it!