Elm

Elm The Elm Architecture

Topics:

This course has been updated! We now recommend you take the Introduction to Elm, v2 course.

Check out a free preview of the full Elm course:
The "The Elm Architecture" Lesson is part of the full, Elm course featured in this preview video. Here's what you'd learn in this lesson:

Richard introduces the Elm architecture of model, view, and update. All of the application state lives in the model. When the update function changes the model, the view function returns the Html record and then the Elm runtime renders that as HTML.

Get Unlimited Access Now