Skip to content

feat(redux): Reduxの目次を追加 #104

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jun 3, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion ORGANIZATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,10 @@ Node.js以外においても_Rack_などHTTPサーバーでよく見られるプ

**タスク自動化ツール** であるgulpのプラグインアーキテクチャについて解説しています。
gulpではデータの流れとして既存のNode.js Streamを使い、そこで流すデータとしてvinylオブジェクトを利用します。
実際にgulpプラグインを書きながら、gulpのプラグインの仕組みについて学びます。
実際にgulpプラグインを書きながら、gulpのプラグインの仕組みについて学びます。

## [Redux](ja/Redux/README.md)

アプリケーションのStateを管理するライブラリであるReduxのプラグインアーキテクチャについて解説しています。
Reduxでは **Middleware** と呼ばれる拡張の仕組みを持っていますが、Connectとの類似点や相違点があります。
小さなReduxの実装を作りながら **Middleware** の仕組みについて学びます。
8 changes: 6 additions & 2 deletions book.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"gitbook": "2.x.x",
"gitbook": "3.x.x",
"title": "JavaScript Plugin Architecture",
"description": "JavaScriptライブラリやツールのプラグインの仕組み",
"githubId": "azu/JavaScript-Plugin-Architecture",
Expand All @@ -9,9 +9,13 @@
"richquotes",
"edit-link",
"japanese-support",
"ga"
"ga",
"github"
],
"pluginsConfig": {
"github": {
"url": "https://github.com/azu/JavaScript-Plugin-Architecture"
},
"github-buttons": {
"repo": "azu/JavaScript-Plugin-Architecture",
"types": [
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
"gitbook-cli": "^2.1.2",
"gitbook-plugin-edit-link": "^2.0.0",
"gitbook-plugin-ga": "^1.0.0",
"gitbook-plugin-github": "^2.0.0",
"gitbook-plugin-github-buttons": "^1.2.2",
"gitbook-plugin-include-codeblock": "^1.9.0",
"gitbook-plugin-japanese-support": "0.0.1",
Expand Down