A community driven list of useful Elm tutorials, libraries and software.
Inspired by the awesome list thing. Feel free to improve this list.
Some good apps written in Elm.
- Builtwithelm - Web site built with elm with list of projects and apps built with Elm.
- Elm SPA Example - Full stack Elm app w/ CRUD operations, Auth, routing, pagination and more. Code / Article
- Elm Example App - A small SPA example in Elm to learn the basics
- TodoMVC - Proper implementation of the TodoMVC app.
- TodoMVC with JSON API - Bare-bones, modular, heavily-documented todo app with JSON API persistence.
- TodoMVC/Firebase - Fork of TodoMVC demonstrating start-app, The Elm Architecture and Firebase as backend.
- TodoMVC in Electron - Documented and tested implementation of the Elm TodoMVC app in Electron.
- Gipher - A Tinder-like application for gifs built with elm and firebase!
- Collection of examples - A collection of examples with advanced techniques for real-world Elm apps.
- <elm-ement> β Minimal example of a custom element.
- Elm Playground - Tiny Elm projects implemented for the sake of learning by example.
- Elm Architecture in Android - An example Android application implemented with the Elm Architecture using the Kotlin programming language and Anko library.
- Elm + Phoenix + Webpack - A minimal Elm + Phoenix setup, using webpack instead of Brunch.
- Spotify Mapper - Elm app integrated with Spotify Api to search and explore new artists.
- Pokelmon - Elm project consuming PokΓ©API.
- JWT auth with Django + Elm - JSON Web Token (JWT) authentication using Django (backend) and Elm (frontend).
- Bitcoin BR Chrome Extension - Chrome extension built in Elm that shows the bitcoin value in all Brazilian exchanges.
- Elmstagram - Basic UI Clone of Instagram / Articles - Part 1 Part 2 Part 3
- Kanban Board in Elm - A kanban board (trello-alike) built with Elm and HTML5 Drag & Drop API
- Elm Playground - Pure SPA (with routing) exploring various aspects of Elm.
- Elm Hacker News PWA - A progressive web app built with Elm version 0.18, using the official Hacker-News API
- Elm Narrative Engine - A framework for building interactive fiction style stories in Elm. Detailed example elmnarrativeengine.com shows how to build a "chose your own adventure" game; perfect for beginners. Elm v.0.19
- Elm Joust β a two-player fighting game written in Elm.
- Vessel - A "tunnel" game written in Elm!
- Elm shooter - A side scrolling shotter
- Sliding Puzzle - Configurable sliding puzzle game written in Elm.
- Elm Flatris - A Flatris clone in Elm language v0.18.
- Elm Hangman - The game of Hangman written in Elm.
- Seeds is a "connect the dots" game written in Elm v.0.19. Play it online: seedsgame.com
- 404 Elm Street - A fun WebGL game built with Elm.
Learn what this awesome thing is.
- Official tutorial β General information and in-depth guide with examples.
- Elm in Action β In-depth book for Elm beginners, from Manning Publications.
- Architecture Tutorial - How to create modular Elm code that scales nicely with your app.
- Exercism Elm Track - Collection of Elm exercises.
- Learn you an Elm - Elm tutorial with exhaustive examples and descriptions.
- Beginning Elm - A gentle introduction to the Elm programming language.
- Elm Koans - Practice exercises for learning Elm.
- Learn Elm in Y Minutes - Syntax and features overview. The Elm page on learnxinyminutes.com
- Elm Maybe - Dealing with null/Nothing - Working with the Maybe type, with nicely commented code examples.
- Programming Elm - Thorough book from The Pragmatic Programmers that covers basics and advanced concepts.
- Elm cheat sheet - Syntax and features overview.
- Ninety-nine Problems, Solved in Elm - Adaptations for Elm from Ninety-Nine Haskell Problems.
- Elm Tutorials on Codementor - Two tutorials on building web apps with Elm.
- Elm programming language - a brief overview of Elm as a programming language.
- Elm: A Beginners' Guide to Elm and Data - Beginners' course to Elm and Data
- Practical Elm for a Busy Developer - A non-beginner book about the practical aspects of developing Elm applications.
- Haskell to Elm - Collection of examples on places where Elm is different to Haskell, targeted at Elm beginners coming from Haskell backgrounds.
- Elm: Building Reactive Web Apps - Learn how to build reactive web apps using Elm.
- Writing native - Learn how to create native JavaScript modules for Elm.
- Elm: Functional frontend development - Series of articles about fundamentals and advanced topics.
- Elm Tutorial - A tutorial on developing single page web applications with Elm.
- A Concise Introduction to Elm - High overview of language features.
- Elm Seeds - Short screencasts to teach you the Elm programming language from Erik Person.
- Elm For Beginners - Video Course - Build your first Elm Web App.
- Single-Page Web Apps in Elm - Five parts tutorial on Elm.
- Elm FAQ - Elm FAQ from Elm Community.
- Elm Tutorial by Auth0 - A tutorial on building an app in Elm from authentication to calling an API.
Read the essentials. Check the official Elm blog: elm-lang.org/blog
- Side-effects of Elm in production - An experience report from Bellroy
- How Elm Made Our Work Better - How a team built a business-critical web app for a customer using Elm.
- FP with games in Elm - Switching from imperative to functional programming with games in Elm.
- Blazing Fast HTML - Virtual DOM in Elm.
- Elm from a Business Perspective - This article discusses topics about Elm from a business perspective
- Move fast and donβt break things. Running a startup on Elm - Some thoughts on Elm development by a Swedish startup.
- Learning FP the hard way - Experiences on the Elm language.
- Blog of Brian Hicks - A blog with various topics about Elm.
- Introduction to The Elm Architecture and How to Build our First Application - An article describing the Elm architecture and how to build a simple application
- Functional Programming for Web Frontend by Jan Luxemburk - A Bachelorβs thesis about functional programming for frontend development with the focus on Elm.
- Elm for Web Developers - A collection of notes for web developers looking into moving to Elm.
- Elm & Components - A blog post describing a possible approach to reducing TEA boilerplate. Useful for component libraries and anyone interested in seeing the amazing things you can do with function types.
- Composing Features and Behaviours in the Elm Architecture - An article describing how to organize code that follows the Elm architecture into independent features, how to communicate between features, and how to group some of these features together to assemble larger features.
- Getting Started with Elm - Series of Elm education tutorials.
- Elm & Guarantees - a realistic look at where Elm is and isnβt superior to other options.
Watch great talks about Elm
- Elm in the Spring 2019 - Jun 2019
- Oslo Elm Day 2019 - Feb 2019
- Elm Conf 2018 - All talks from elm-conf 2018
- Elm Europe 2018 - A playlist of all talks from Elm Europe 2018
- Elm Conf 2017 - All talks from elm-conf 2017
- Elm Europe 2017 - A playlist of all talks from Elm Europe 2017
- Elm Conf 2016 - All talks from elm-conf 2016
- Dillon Kearns: Types Without Borders | 2018 - elm-conf 2018 talk about end-to-end type-safety using external schemas like GraphQL.
- Jamison Dance: Rethinking All Practices - Building Applications in Elm | 2016 - A talk given at React.js Conf 2016 about what Elm has to teach the JavaScript world and why JS devs should consider trying it.
- Richard Feldman: Introduction to Elm | 2016 - A talk that gives a broad, high-level introduction to Elm.
- Amitai Burstein: Frontend with Guarantees | 2016 - A talk from You Gotta Love Frontend 2016
- Jessica Kerr: Adventures in Elm | 2016 - A talk about the combination of functional programming with Elm at GOTO Chicago 2016.
- Aaron VonderHaar: Codevember | 2016 + ElmLive - elm live video examples.
- Richard Feldman: Making impossible states impossible | 2016 - A talk about modelling data structures in Elm in a way that makes invalid states unrepresentable
- Richard Feldman: Effects as Data | 2015 - A talk about how Elm manages side effects.
- Richard Feldman: Make the Back-End Team Jealous: Elm in Production | 2015 - A talk about Elm and initial steps to use it in production.
- Evan Czaplicki: Let's be mainstream! User focused design in Elm | 2015 - A talk from the father of Elm about the philosophy behind the language.
- Egghead.io: Elm videos - Egghead's Elm video training, many of which are free.
- jadams's training videos - A neat series of bite-sized Elm training videos, many of which are free.
- Elm Basics - Walk through all the syntax and basic ideas in Elm as a general programming language.
- Greg Ziegan: Elm live coding videos - Live coding videos on youtube.
- Official Elm News - Official Elm blog
- Elm Weekly - A weekly newsletter about Elm
- Elm News - All Elm news in one place
- Elm Greenwood - Elm packages releases
- Elm Reddit - Elm news in Reddit
Listen to podcasts about Elm
- Elm Town - A podcast about the people in the Elm community.
- Elixir Fountain Evan Czaplicki 2016-07-11 - Elm with Evan Czaplicki.
- Functional Geekery 33 - Richard Feldman and Tessa Kelly.
- The Changelog 218 - Elm with Evan Czaplicki and Richard Feldman
- The Changelog 191 - Elm and Functional Programming with Richard Feldman.
- Software Engineering Daily - Elm with Richard Feldman and Srinivas Rao.
- JavaScript Jabber 175 - Elm with Evan Czaplicki and Richard Feldman.
- Ruby Rogues 212 - Elm with Richard Feldman and Evan Czaplicki.
- The Web Platform Podcast 15 - Functional Programming with Elm, ClojureScript, Om, and React.
- The Web Platform Podcast 76 - The Elm Programming Language.
- The Web Platform Podcast 108 - Elm Revisited.
- Full Stack Radio 44 - What the heck is Elm? In this episode, Joel Clermont talks about Elm and functional programming.
- InfoQ Podcast 2017-04-27 - Richard Feldman discusses how Elm compares to React.js
You can find hundreds of high quality packages at:
- Elm packages - The official registry
- Elm finder - A directory of reusable libraries and tools for your Elm projects
- Elm Search - Search Elm documentation for operators, function signatures, etc.
Here are some notable ones:
- core - Elm Core Libraries.
- html - Use HTML in Elm, based on the idea of a "virtual DOM".
- elm-test - A unit testing framework for Elm.
- http - Make HTTP requests in Elm.
- elm-ui - UI Library in Elm.
- elm-css - CSS in Elm.
- dillonkearns/elm-graphql - Generate code to build guaranteed correct, type-safe API requests to your GraphQL API.
Useful tools related to Elm.
- Elm Live - A flexible dev server for Elm. Live reload included!
- Elm Format - Automatic Elm code formatter adhering to Elm Style Guide.
- Elm Oracle - Query for information about values in elm source files. Used by most editor plugins.
- Elm Analyse - Linter for the Elm programming language.
- type-o-rama - JS type systems interportability.
- Dependabot - Automatic update PRs for your elm-package.json.
- Elm Doc Preview - Elm offline documentation previewer
- HTML to Elm - Convert HTML to Elm Html. Useful when porting an app to Elm.
- OpenApi Generator - Generate OpenApi types for Elm.
- Elm Typescript Interop - Generate Typescript definitions from Elm.
- Quicktype - Generate JSON decoders and encoders from JSON
- JSON Schema to Elm - Generates Elm types, JSON decoders, JSON encoders and fuzz tests from JSON schema specifications
- Elm Bridge - Generate Elm types from Haskell
- Ellie - The Elm Live Editor
- Online REPL - The ELM Online REPL
- run-elm β Run Elm code from the command line
- elm-instant - atom package to try your elm code from the editor. Provides a visual REPL and a preview pane.
- elm-compiler - Compiler for the Elm programming language.
- elm-webpack-loader - Webpack loader for the Elm programming language.
- Parcel - Bundle Elm using Parcel
- grunt-elm - Grunt plugin that compiles Elm files to JavaScript.
Tools to support Elm in code editors.
- atom-linter-elm-make - Elm code linter for the Atom editor.
- atom-elm-snippets - Elm snippets for Atom.
- atom-language-elm - Syntax highlighting and autocompletion for the Atom editor.
- elmjutsu - Autocompletion, go to definition, find usages, rename symbol, etc. for the Atom editor.
- atom-elm-navigator - A side panel that helps to navigate to any function, type definition or port in your project.
- emacs-elm-mode - Syntax highlighting, Elm REPL, Elm make and Elm format integration for the Emacs editor.
- elm-plugin - Elm plugin for IntelliJ IDEA.
- Elm Language Support - Syntax highlighting, REPL, autocompletion, and more for Sublime Text 2 and 3.
- Elm-vim - Elm mode for vim.
- vim-elm-help - Offline Elm documentation access in your editor.
- emmet-vim - Markup expansion with elm support.
- ElmLS - Elm Language Server integration
- Elm Visual Studio Code Support - Syntax highlighting, Snippets, Function information, REPL, Reactor support (Webserver/Debugger) - Starting/Stopping
- Elmmet: Emmet for Elm (Visual Studio Code) - Emmetio abbreviation expander into composition of Elm function with elm-format'er inside.
- HTML to Elm for Visual Studio Code - VSCode plugin to convert HTML to Elm
- elm-light-table - Syntax highlighting, REPL, autocompletion, package management and much more for Light Table.
Place to share Elm libraries.
- elm-package - Command line tool to share Elm libraries.
Good starting point for a new Elm project.
- create-elm-app - Create Elm apps with no build configuration.
- elm-live - A flexible dev server for Elm. Live reload included.
- elm-webpack-4-starter - Elm webpack 4 starter template.
- example-elm-hot-webpack - Example showing hot module reloading for Elm 0.19 and Webpack
- Elm Batteries - A project template and generator for Elm, Parcel, Cypress and Netlify
- elm-webpack-starter - A simple Webpack setup for writing Elm apps.
- elm-app-boilerplate - A fully-featured base project for Elm apps: Webpack, HMR, ES6, JS and Elm tests, Semantic UI, sample code and more.
- elmkit - A lightweight Brunch based setup for web app. Includes Brunch, Hot Module Replacement, Elm, Scss, Elm tests.
- elm-boilerplate - A simple Makefile able to create Elm app.
- elm-init - Interactive setup for new Elm projects.
- elm-new - Generate initial project scaffolding based on a template.
- elm-webpack-starter-kid - A very very basic elm + webpack 4 template.
Where to find help.
- Discourse - Elm Discourse instance (official forum).
- Reddit - Elm board on reddit.
- IRC - Ask questions on elm freenode.
- Slack - Elm slack community.
Projects inspired by Elm
- Elchemy - Write Elixir code using statically-typed Elm-like syntax
- Elmish - Elm-like abstractions for F# apps
- Fabulous - F# Functional App Development, using declarative dynamic UI
- Bolero - F# in WebAssembly using Elmish
- SwiftUI
- Redux - A predictable state container for JavaScript apps.
- Bucklescript-TEA The Elm Architecture based on OCaml / Reason and Bucklescript
At the moment Elm is heavily targeted towards the browser, here are some experiments on using Elm outside the DOM:
- iOS A POC for using Elm 0.18 for native iOS Applications
- elmish-wasm A POC for compiling elm to Web Assembly
- elm-serverless Run Elm 0.18 on Cloud Functions using the Serverless Frameworks
Follow for fresh updates for free. Use #elmlang or #elm hashtag.
Official Elm | Evan Czaplicki | Richard Feldman | Elm Weekly |
Discover other amazingly awesome lists.
Awesome Elm is just a part of awesome thing, get more here: