update lists

This commit is contained in:
2025-07-18 22:22:32 +02:00
parent 55bed3b4a1
commit 5916c5c074
3078 changed files with 331679 additions and 357255 deletions

View File

@@ -13,9 +13,10 @@
Table of Contents
- Learn (#learn)
- Learning Guides (#learning-guides)
- Learning Videos (#learning-videos)
- Articles (#articles)
- Videos (#videos)
- Conference Videos (#conference-videos)
- News (#news)
- Podcasts (#podcasts)
- Testing (#testing)
@@ -36,13 +37,12 @@
- Conferences (#conferences)
- Inspired by Elm (#inspired-by-elm)
- Beyond the DOM (#beyond-the-dom)
- Who to follow (#who-to-follow)
- More awesome (#more-awesome)
- 
――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
Learn
Learning Guides
Learn what this awesome thing is.
@@ -66,13 +66,14 @@
⟡ Practical Elm for a Busy Developer (https://korban.net/elm/book) - A non-beginner book about the practical aspects of developing Elm applications.
⟡ Haskell to Elm (https://github.com/eeue56/haskell-to-elm) - Collection of examples on places where Elm is different to Haskell, targeted at Elm beginners coming from Haskell backgrounds.
⟡ A nice app on Elm street (https://madewithlove.com/blog/software-engineering/using-elm-with-react-a-nice-app-on-elm-street/) - An introduction to Elm
⟡ The Elmish Book (https://zaid-ajaj.github.io/the-elmish-book) Building web applications in F# (https://dotnet.microsoft.com/languages/fsharp) following The Elm Architecture from first principles. 
⟡ The Elmish Book (https://zaid-ajaj.github.io/the-elmish-book) Building web applications in F# (https://dotnet.microsoft.com/languages/fsharp) following The Elm Architecture from first principles.
⟡ Elm patterns (https://sporto.github.io/elm-patterns/) - A collection of coding patterns.
⟡ Codings hints (https://github.com/elm/compiler/tree/master/hints) - A list of README files by Evan.
⟡ Ellies catalog (https://janiczek-ellies.builtwithdark.com/) - A Collection of small example in Ellie.
⟡ Elm Cookbook (https://orasund.gitbook.io/elm-cookbook/) - A digital book about Elm.
⟡ Awesome Elm PLTD (https://github.com/pd-andy/awesome-elm-pltd) - Useful resources for programming language theory & development in Elm.
⟡ Elm The Complete Guide (https://www.udemy.com/course/elm-the-complete-guide/) - Video tutorial including Elm UI, Elm Review, responsive design, tests and more.
:top: back to top (#table-of-contents)
Outdated Tutorials and books (Elm 0.18 or earlier)
@@ -88,7 +89,19 @@
:top: back to top (#table-of-contents)
――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
Learning Videos
⟡ Welcome to Elm (https://www.youtube.com/playlist?list=PLuGpJqnV9DXq_ItwwUoJOGk_uCr72Yvzb) - Video playlist about learning all the Elm fundamentals.
⟡ Elm The Complete Guide (https://www.udemy.com/course/elm-the-complete-guide/) - Video tutorial including Elm UI, Elm Review, responsive design, tests and more.
⟡ Egghead.io: Elm videos (https://egghead.io/q?q=elm) - Egghead's Elm video training, many of which are free.
⟡ Elm Basics (https://www.youtube.com/watch?v=g48K6ABfRzA) - Walk through all the syntax and basic ideas in Elm as a general programming language.
⟡ Greg Ziegan: Elm live coding videos  (https://www.youtube.com/channel/UCJt-EkypIn-HoxNhoHqXmIA) - Live coding videos on youtube.
:top: back to top (#table-of-contents)
――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
Articles
@@ -102,33 +115,35 @@
⟡ Blazing Fast HTML (http://elm-lang.org/blog/blazing-fast-html) - Virtual DOM in Elm.
⟡ Elm from a Business Perspective (http://www.gizra.com/content/elm-business-perspective/) - This article discusses topics about Elm from a business perspective
⟡ Move fast and dont break things. Running a startup on Elm (https://medium.com/the-ahead-story/move-fast-and-dont-break-things-running-a-startup-on-elm-b5491082fe8b#.c534m1e1t) - Some thoughts on Elm development by a Swedish startup.
⟡ Elm: A frontend story that a backend dev can love (https://niteo.co/blog/elm-a-frontend-story-that-a-backend-dev-can-love/) - A story how Elm fits a backend developer's brain like no other
Miscellaneous articles
⟡ Learning FP the hard way (https://gist.github.com/ohanhi/0d3d83cf3f0d7bbea9db) - Experiences on the Elm language.
⟡ Blog of Brian Hicks (https://www.brianthicks.com) - A blog with various topics about Elm.
⟡ Introduction to The Elm Architecture and How to Build our First Application
 (https://css-tricks.com/introduction-elm-architecture-build-first-application/) - An article describing the Elm architecture and how to build a simple application
⟡ Introduction to The Elm Architecture and How to Build our First Application (https://css-tricks.com/introduction-elm-architecture-build-first-application/) - An article describing the Elm architecture and how to build a simple application
⟡ Functional Programming for Web Frontend by Jan Luxemburk (https://drive.google.com/file/d/0BzfJvCA4sXjQNjJwd2twQUFOU0k/view) - A Bachelors thesis about functional programming for frontend development with the focus on Elm.
Outdated articles (Not relevant for current Elm architecture)
⟡ Elm for Web Developers (https://github.com/eeue56/elm-for-web-developers) - A collection of notes for web developers looking into moving to Elm.
⟡ Elm & Components (https://medium.com/p/elm-components-3d9c00c6c612) - 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 (https://github.com/foxdonut/adventures-reactive-web-dev/tree/master/client-elm#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.
⟡ Elm & Components
 (https://medium.com/p/elm-components-3d9c00c6c612) - 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 (https://github.com/foxdonut/adventures-reactive-web-dev/tree/master/client-elm#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 (https://medium.com/@diamondgfx/getting-started-with-elm-11d7a53b1a78) - Series of Elm education tutorials.
⟡ Elm & Guarantees (https://medium.com/@debois/elm-guarantees-92a66679f7bd) - a realistic look at where Elm is and isnt superior to other options.
:top: back to top (#table-of-contents)
――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
Videos
Conference Videos
Watch great talks about Elm
These are mostly conference talks, for videos about learning Elm look at the Learning Videos (#learning-videos) section.
Playlists
⟡ Elm Conf 2019 (https://www.youtube.com/playlist?list=PLglJM3BYAMPGsAM4QTka7FwJ0xLPS0mkN) - Sep 2019
@@ -156,15 +171,7 @@
⟡ Richard Feldman: Make the Back-End Team Jealous: Elm in Production | 2015 (http://www.youtube.com/watch?v=FV0DXNB94NE) - A talk about Elm and initial steps to use it in production.
⟡ Evan Czaplicki: Let's be mainstream! User focused design in Elm | 2015 (https://www.youtube.com/watch?v=oYk8CKH7OhE) - A talk from the father of Elm about the philosophy behind the language.
Video tutorials
⟡ Egghead.io: Elm videos (https://egghead.io/q?q=elm) - Egghead's Elm video training, many of which are free.
⟡ Elm Basics (https://www.youtube.com/watch?v=g48K6ABfRzA) - Walk through all the syntax and basic ideas in Elm as a general programming language.
⟡ Greg Ziegan: Elm live coding videos  (https://www.youtube.com/channel/UCJt-EkypIn-HoxNhoHqXmIA) - Live coding videos on youtube.
:top: back to top (#table-of-contents)
――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
News
@@ -175,7 +182,7 @@
⟡ Elm Greenwood (https://releases.elm.dmy.fr/) - Elm packages releases
⟡ Elm Reddit (https://www.reddit.com/r/elm/) - Elm news in Reddit
――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
Podcasts
@@ -198,7 +205,7 @@
:top: back to top (#table-of-contents)
――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
Testing
@@ -210,7 +217,7 @@
:top: back to top (#table-of-contents)
――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
Code generators
@@ -231,7 +238,7 @@
:top: back to top (#table-of-contents)
――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
Package managers
@@ -241,19 +248,19 @@
:top: back to top (#table-of-contents)
――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
Libraries
You can find hundreds of high quality packages at:
⟡ Elm packages (https://package.elm-lang.org/) - The official registry
⟡ Elm Catalog (https://korban.net/elm/catalog) - Find packages in a catalog organized into categories. 
⟡ Elm Catalog (https://korban.net/elm/catalog) - Find packages in a catalog organized into categories.
⟡ Elm Search (http://klaftertief.github.io/elm-search/) - Search Elm documentation for operators, function signatures, etc.
:top: back to top (#table-of-contents)
――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
Boilerplates
@@ -280,7 +287,7 @@
:top: back to top (#table-of-contents)
――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
Frameworks
@@ -290,7 +297,7 @@
- Elm Land (https://elm.land/) - A framework for building Elm applications.
- Spades (https://github.com/rogeriochaves/spades) - Start an Elm SPA ready to the real world.
――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
Static analysis
@@ -299,17 +306,18 @@
:top: back to top (#table-of-contents)
――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
Static site generators
⟡ Elm Pages (http://elm-pages.com) - Static site generator that prerenders HTML and hydrates into an Elm client-side app (here is a brief comparison with elmstatic 
(https://elm-pages.com/blog/introducing-elm-pages#comparing-elm-pages-and-elmstatic)).
⟡ Elmstatic (https://korban.net/elm/elmstatic) - Elm-based static site generator.
⟡ elm-starter (https://github.com/lucamug/elm-starter) - An experimental Elm-based bootstrapper that can also be plugged into already existing Elm applications.
:top: back to top (#table-of-contents)
――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
Showcase generators
@@ -318,7 +326,7 @@
:top: back to top (#table-of-contents)
――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
Run Elm
@@ -332,7 +340,7 @@
:top: back to top (#table-of-contents)
――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
Compile and bundle
@@ -347,7 +355,7 @@
:top: back to top (#table-of-contents)
――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
Other tools
@@ -366,7 +374,7 @@
:top: back to top (#table-of-contents)
――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
Editor plugins
@@ -415,7 +423,7 @@
:top: back to top (#table-of-contents)
――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
Examples
@@ -444,8 +452,8 @@
⟡ Kanban Board in Elm (https://github.com/huytd/kanelm) - A kanban board (trello-alike) built with Elm and HTML5 Drag & Drop API
⟡ Elm Playground (https://ccamel.github.io/playground-elm/index.html) - Pure SPA (with routing) exploring various aspects of Elm.
⟡ Elm Hacker News PWA (https://github.com/elmariofredo/elm-hn-pwa) - A progressive web app built with Elm version 0.18, using the official Hacker-News API
⟡ Elm Narrative Engine (https://github.com/jschomay/elm-narrative-engine) - A framework for building interactive fiction style stories in Elm. Detailed example elmnarrativeengine.com (http://elmnarrativeengine.com) shows how to build a 
"chose your own adventure" game; perfect for beginners. Elm v.0.19
⟡ Elm Narrative Engine (https://github.com/jschomay/elm-narrative-engine) - A framework for building interactive fiction style stories in Elm. Detailed example elmnarrativeengine.com (http://elmnarrativeengine.com) shows how to build a "chose 
your own adventure" game; perfect for beginners. Elm v.0.19
⟡ Ari's Garden (https://github.com/theiceshelf/arisgarden) - A recipe site (https://arisgarden.theiceshelf.com/) built as an SPA that also makes use of the Elm parser.
⟡ Bolster (https://github.com/tarbh-engineering/journal) - An end-to-end encrypted journal app.
⟡ Conway's Game of Life (https://github.com/pecheneg2015/elm-conway-life) - Elm implementation of Conway's Game of Life. Elm v.0.19
@@ -458,7 +466,7 @@
:top: back to top (#table-of-contents)
――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
Community and Support
@@ -473,7 +481,7 @@
:top: back to top (#table-of-contents)
――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
Conferences
@@ -486,7 +494,7 @@
:top: back to top (#table-of-contents)
――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
Inspired by Elm
@@ -500,12 +508,13 @@
⟡ Iced (https://github.com/hecrj/iced) - A cross-platform GUI library for Rust, inspired by Elm
⟡ Redux (https://redux.js.org/introduction/prior-art) - A predictable state container for JavaScript apps.
⟡ SwiftUI (https://developer.apple.com/xcode/swiftui/)
⟡ Tyrian (https://tyrian.indigoengine.io/) - Tyrian is an Elm-inspired frontend framework for Scala.js.
⟡ MAUI (https://devblogs.microsoft.com/dotnet/introducing-net-multi-platform-app-ui/) - .NET Multi-platform App UI
⟡ Oolong (https://oolong-kt.org/) - An Elm inspired Model-View-Update (MVU) implementation for Kotlin multiplatform.
:top: back to top (#table-of-contents)
――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
Beyond the DOM
@@ -518,19 +527,7 @@
:top: back to top (#table-of-contents)
――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
Who to follow
Follow for fresh updates for free. Use #elmlang (https://twitter.com/search?q=%23elmlang) or #elm (https://twitter.com/search?q=%23elm) hashtag.
--- | --- | --- | ---
Official Elm (https://twitter.com/elmlang) | Evan Czaplicki (https://twitter.com/evancz) | Richard Feldman (https://twitter.com/rtfeldman) | Elm Weekly (https://twitter.com/elmweekly)
:top: back to top (#table-of-contents)
――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
More awesome
@@ -544,8 +541,10 @@
:top: back to top (#table-of-contents)
――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
License
!CC0 (http://i.creativecommons.org/p/zero/1.0/88x31.png) (http://creativecommons.org/publicdomain/zero/1.0/)
elm Github: https://github.com/sporto/awesome-elm