elm-architecture-tutorial
Elm architecture tutorial
A tutorial project demonstrating The Elm Architecture pattern using Elm programming language and providing examples to learn modular coding for scalable web applications.
How to create modular Elm code that scales nicely with your app
4k stars
81 watching
737 forks
Language: Elm
last commit: almost 5 years ago
Linked from 1 awesome list
elmexamples
Related projects:
Repository | Description | Stars |
---|---|---|
elm/compiler | A compiler for a functional programming language used in web application development | 7,553 |
elm-community/elm-webpack-starter | A simplified Webpack setup for developing Elm apps with live reloading and automatic bundling | 861 |
evancz/elm-todomvc | An Elm implementation of the TodoMVC app, showcasing basic CRUD operations and state management | 1,216 |
evancz/elm-format-on-save | Automates formatting of Elm files on save | 23 |
glung/elm-architecture-android | An Android app demonstrating the ELM architecture using Kotlin and Anko | 59 |
elm-guides/elm-for-js | A community-driven guide to help JavaScript developers transition to Elm programming language | 229 |
eeue56/elm-for-web-developers | A collection of tips and guidelines for web developers transitioning to Elm from other JavaScript frameworks. | 56 |
stemmlerjs/software-design-and-architecture-roadmap | A learning roadmap for software design and architecture | 3,237 |
seed-rs/seed | A Rust framework for building fast and reliable web apps with an Elm-like architecture. | 3,805 |
elm-lang/debug.elm-lang.org | A live online debugging tool that allows developers to pause, rewind, and replay programs, swapping in new code to debug. | 66 |
halfzebra/create-elm-app | A command-line tool to create and manage Elm apps with zero configuration | 1,685 |
simonewebdesign/elm-new | A command-line tool for generating boilerplate code for Elm web applications | 81 |
rafaelfgx/architecture | An example of an architecture using Clean Architecture and SOLID principles to separate concerns and promote simplicity and maintainability in a .NET 9 and Angular 18 application. | 3,169 |
elm/parser | A parsing library designed to simplify parser creation and improve error messages by using pipelines, backtracking, and tracking context. | 230 |
elm-community/elm-webpack-loader | A Webpack loader that enables the Elm programming language to be compiled and bundled with JavaScript for use in web applications. | 532 |