Browse Source

Add Elm category.

Tom McGurl 9 years ago
parent
commit
faad8bd73f
1 changed files with 7 additions and 1 deletions
  1. 7 1
      javascript-frameworks-resources.md

+ 7 - 1
javascript-frameworks-resources.md

@@ -129,8 +129,14 @@
 * [SurviveJS - Webpack and React](http://survivejs.com)
 
 
-### Redux
+## Redux
 
 * [Full-Stack Redux Tutorial](http://teropa.info/blog/2015/09/10/full-stack-redux-tutorial.html)
 * [Getting Started with Redux](https://egghead.io/series/getting-started-with-redux)
 
+## Elm
+
+* [Elm Tutorial](http://www.elm-tutorial.org/)
+* [The Elm Architecture](https://github.com/evancz/elm-architecture-tutorial)
+* [Building a Live-Validating Signup Form in Elm](http://tech.noredink.com/post/129641182738/building-a-live-validated-signup-form-in-elm)
+