首页下载资源前端redux-thunk-0.1.0.zip

ZIPredux-thunk-0.1.0.zip

a37373372.35KB需要积分:1

资源文件列表:

redux-thunk-0.1.0.zip 大约有10个文件
  1. redux-thunk-0.1.0/
  2. redux-thunk-0.1.0/.babelrc 35B
  3. redux-thunk-0.1.0/.eslintrc 247B
  4. redux-thunk-0.1.0/.gitignore 32B
  5. redux-thunk-0.1.0/.npmignore 4B
  6. redux-thunk-0.1.0/.travis.yml 38B
  7. redux-thunk-0.1.0/README.md 196B
  8. redux-thunk-0.1.0/package.json 697B
  9. redux-thunk-0.1.0/src/
  10. redux-thunk-0.1.0/src/index.js 185B

资源介绍:

Redux 的 Thunk 中间件。它允许编写带有内部逻辑的函数,这些函数可以与 Redux 存储的 dispatch 和 getState 方法交互。
redux-thunk ============= Thunk [middleware](https://github.com/gaearon/redux/blob/master/docs/middleware.md) for Redux. ```js npm install --save redux-thunk ``` ## Usage TODO ## License MIT
100+评论
captcha