Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit9db8c5b

Browse files
committed
feat(redux): 参考資料を追加
1 parent02c32d7 commit9db8c5b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

‎ja/Redux/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,8 @@ Reducerという命令を元に新しいStateを作り出す仕組みを設け
222222

223223
つまり、プラグインそのものだけで全ての処理が完結するわけではありません。
224224
プラグインで処理した結果を受け取り、その結果を処理する実装も同時に必要となっています。
225+
Reduxでは_Middleware_ を前提とした処理を実装として書くことも多いです。
226+
225227
そういう意味ではプラグインと実装が密接といえるかもしれません。
226228

227229
そのため、プラグインのみで全処理が完結するような機能を作る仕組みは向いていません。
@@ -237,5 +239,10 @@ Reducerという命令を元に新しいStateを作り出す仕組みを設け
237239

238240
##参考
239241

242+
-[Middleware | Redux](http://redux.js.org/docs/advanced/Middleware.html)
243+
-[10. Middleware · happypoulp/redux-tutorial Wiki](https://github.com/happypoulp/redux-tutorial/wiki/10.-Middleware)
244+
-[Brian Troncone – Redux Middleware: Behind the Scenes](http://briantroncone.com/?p=529)
245+
-[ReduxのMiddlewareについて理解したいマン | moxt](https://hogehuga.com/post-1123/)
246+
-[Understanding Redux Middleware — Medium](https://medium.com/@meagle/understanding-87566abcfb7a#.8fr4jmjwz)
240247

241248
[Redux]:https://github.com/reactjs/redux"reactjs/redux: Predictable state container for JavaScript apps"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp