← All repos

elm-architecture-tutorial

How to create modular Elm code that scales nicely with your app

elmexamples
Browse cluster: Elm Language & Ecosystem
164commits
26contributors
1languages

Tech stack & purpose

This repository is a tutorial for creating modular, scalable Elm code using The Elm Architecture pattern. Elm is a programming language that compiles to JavaScript and is designed for building webapps with friendly error messages and high performance. The tutorial teaches the core pattern underlying all Elm programs—organizing code around a Model of application state, update logic, and view functions—and provides a collection of runnable examples that accompany the official Elm guide. The repository includes examples that can be executed locally using the Elm reactor development server.

Languages

Elm
100.0%

Contributors