Created
August 26, 2015 23:29
-
-
Save coodoo/36ba5f6bb6bc261b5576 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 十月技術匯報 | |
- GraphQL/Relay release | |
- http://facebook.github.io/relay/docs/getting-started.html#content | |
- Redux v1 | |
- http://rackt.github.io/redux/ | |
- React 0.14 beta3 | |
- https://goo.gl/FDyvZe | |
- react | |
- 負責所有 VDOM 事務 | |
- react-dom | |
findDOMNode | |
render | |
unmountComponentAtNode | |
- react-dom/server | |
renderToString | |
renderToStaticMarkup | |
- CSS modules | |
- http://glenmaddern.com/articles/css-modules | |
- webpack 的 css-loader 已內建支援 | |
- 是 inline style 外的好選擇 | |
- 可像 js module 一般 import 其它 css 進來 | |
- 有助於分割 css 成小塊檔案並重覆使用 | |
- Rally Conf 重點議程 | |
- Animated | |
- 在 react 內使用 animation/transition 的重點 | |
- https://goo.gl/dnsvDR | |
- Exponent - a React Native development tool | |
- 等於是 react native playground | |
- Falcor: Simplifying Your Data | |
- Bringing Observable Data to React | |
- 與上次小聚講的 reactive (rx.js) 系出同門 | |
- Why is React "functional"? | |
- 隨者 redux 快速竄紅,對 FP 的瞭解顯的日益重要,ELM 與 clojure/haskell 都是良好觀摩方向 | |
- pure function rendering | |
- immutable model | |
- react native live update helper | |
- 提供 ios SDK 讓所有 app 皆能 live update | |
- https://apphub.io/ | |
- 提供一支 app 供人快速上傳 js 測試 | |
- https://github.com/exponentjs | |
- https://github.com/rnplay | |
- 多了 screen cast 功能可直接在 web 上操作 app | |
- Redux universal 範例 | |
- 幼幼版 | |
- https://github.com/coodoo/react-redux-isomorphic-example | |
- 湯神進階版 | |
- https://github.com/tomchentw/redux-universal |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment