소스 검색

Merge branch 'pr/1905'

Victor Felder 9 년 전
부모
커밋
e14cd675d7
1개의 변경된 파일10개의 추가작업 그리고 4개의 파일을 삭제
  1. 10 4
      javascript-frameworks-resources.md

+ 10 - 4
javascript-frameworks-resources.md

@@ -111,6 +111,12 @@
 * [Om Tutorial](http://awkay.github.io/om-tutorial/)
 
 
+## 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)
+
+
 ## React
 
 * [Hacking with React](http://www.hackingwithreact.com)
@@ -129,8 +135,8 @@
 * [SurviveJS - Webpack and React](http://survivejs.com)
 
 
-### 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
 
+* [Building a Live-Validating Signup Form in Elm](http://tech.noredink.com/post/129641182738/building-a-live-validated-signup-form-in-elm)
+* [Elm Tutorial](http://www.elm-tutorial.org)
+* [The Elm Architecture](https://github.com/evancz/elm-architecture-tutorial)