Skip to content

Commit

Permalink
updated door
Browse files Browse the repository at this point in the history
  • Loading branch information
kdchang committed Sep 9, 2016
1 parent 7550541 commit 3cac349
Show file tree
Hide file tree
Showing 9 changed files with 30 additions and 3 deletions.
5 changes: 4 additions & 1 deletion Ch02/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Ch02 React 開發環境設置與 Webpack 入門

1. [React 開發環境設置與 Webpack 入門](https://github.com/kdchang/reactjs101/blob/master/Ch02/webpack-dev-enviroment.md)
1. [React 開發環境設置與 Webpack 入門](https://github.com/kdchang/reactjs101/blob/master/Ch02/webpack-dev-enviroment.md)

## :door: 任意門
| [回首頁](https://github.com/kdchang/reactjs101) |
3 changes: 3 additions & 0 deletions Ch03/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,6 @@

1. [ReactJS 與 Component 入門介紹](https://github.com/kdchang/reactjs101/blob/master/Ch03/reactjs-introduction.md)
2. [JSX 簡明入門教學指南](https://github.com/kdchang/reactjs101/blob/master/Ch03/react-jsx-introduction.md)

## :door: 任意門
| [回首頁](https://github.com/kdchang/reactjs101) |
5 changes: 4 additions & 1 deletion Ch04/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Ch04 Props/State 基礎與 Component 生命週期

1. [Props、State、Refs 與表單處理](https://github.com/kdchang/reactjs101/blob/master/Ch04/props-state-introduction.md)
2. [React Component 規格與生命週期(Life Cycle)](https://github.com/kdchang/reactjs101/blob/master/Ch04/react-component-life-cycle.md)
2. [React Component 規格與生命週期(Life Cycle)](https://github.com/kdchang/reactjs101/blob/master/Ch04/react-component-life-cycle.md)

## :door: 任意門
| [回首頁](https://github.com/kdchang/reactjs101) |
3 changes: 3 additions & 0 deletions Ch05/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Ch05 React Router

1. [React Router 入門實戰教學](https://github.com/kdchang/reactjs101/blob/master/Ch05/react-router-introduction.md)

## :door: 任意門
| [回首頁](https://github.com/kdchang/reactjs101) |
3 changes: 3 additions & 0 deletions Ch06/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Ch06 ImmutableJS

1. [ImmutableJS 入門教學](https://github.com/kdchang/reactjs101/blob/master/Ch06/react-immutable-introduction.md)

## :door: 任意門
| [回首頁](https://github.com/kdchang/reactjs101) |
3 changes: 3 additions & 0 deletions Ch07/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,6 @@
1. [Flux 基礎概念與實戰入門](https://github.com/kdchang/reactjs101/blob/master/Ch07/react-flux-introduction.md)
2. [Redux 基礎概念](https://github.com/kdchang/reactjs101/blob/master/Ch07/react-redux-introduction.md)
3. [Redux 實戰入門](https://github.com/kdchang/reactjs101/blob/master/Ch07/react-redux-real-world-example.md)

## :door: 任意門
| [回首頁](https://github.com/kdchang/reactjs101) |
5 changes: 4 additions & 1 deletion Ch08/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Ch08 Container 與 Presentational Components

1. [Container 與 Presentational Components 入門](https://github.com/kdchang/reactjs101/blob/master/Ch08/container-presentational-component-.md)
1. [Container 與 Presentational Components 入門](https://github.com/kdchang/reactjs101/blob/master/Ch08/container-presentational-component-.md)

## :door: 任意門
| [回首頁](https://github.com/kdchang/reactjs101) |
3 changes: 3 additions & 0 deletions Ch09/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Ch09 用 React + Router + Redux + ImmutableJS 寫一個 Github 查詢應用

1. [用 React + Router + Redux + ImmutableJS 寫一個 Github 查詢應用](https://github.com/kdchang/reactjs101/blob/master/Ch09/react-router-redux-github-finder.md)

## :door: 任意門
| [回首頁](https://github.com/kdchang/reactjs101) |
3 changes: 3 additions & 0 deletions Ch10/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,6 @@

1. [React Redux Sever Rendering(Isomorphic JavaScript)入門](https://github.com/kdchang/reactjs101/blob/master/Ch10/react-redux-server-rendering-isomorphic-javascript.md)
2. [用 React + Redux + Node(Isomorphic JavaScript)開發一個食譜分享網站](https://github.com/kdchang/reactjs101/blob/master/Ch10/react-router-redux-node-isomorphic-javascript-open-cook.md)

## :door: 任意門
| [回首頁](https://github.com/kdchang/reactjs101) |

0 comments on commit 3cac349

Please sign in to comment.