Elm Weekly - Issue #221
Articles and Discussion
A Quick Intro to Elm for React Developers — blog.theodo.com
An introduction to the Elm for frontend web developers familiar with React, JavaScript and TypeScript.
Writing better Elm code with simple List transformations — justaddflow.substack.com
A practical walkthrough of using List.map in Elm.
Tools and Projects
NPM package to prevent browser extensions from crashing Elm apps
Some user see the white-screen of death when a browser extension modifies an Elm app. This package helps to eliminate some of the causes.
Vim snippets for writing Elm code using shortcuts.