This chapter is about the Elm architecture, which is the standard way to create applications with the Elm platform. We will learn what this architecture pattern is, how we can implement it, and how our code can be organized for easy development and maintenance.
Once we understand the architecture, we can look at building blocks, like styling or HTTP requests, we can use to create our applications.
Note
This chapter uses code examples from the application PizzaOrder we describe in the next chapter. The code can be found in the downloads for this book in the folder PizzaOrder ...