书栈网 · BookStack 本次搜索耗时 0.016 秒,为您找到 919 个相关结果.
  • Installation

    678 2019-06-02 《Redux Document》
    Installation Complementary Packages Installation To install the stable version: npm install redux This assumes you are using npm as your package manager. If you're not...
  • FAQ

    FAQ Table of Contents General 和 RxJS 4/most.js/bacon.js/等等 能一起工作吗? RxJS v4 most.js bacon.js etc. thunkservables 为什么被移除? FAQ 因为 redux-observable 的使用强依赖于 RxJS,你绝大多数的问题是和...
  • Testing Complex Actions

    Testing Complex Actions A Conditional Action An Async Action Testing Complex Actions Things get a little trickier when we want to test asynchronous or conditionalaction creat...
  • Taro 组成

    title: Taro 组成 title: Taro 组成 NPM 包 描述 @tarojs /taro"">@tarojs/taro taro 运行时框架 @tarojs /taro-h5"">@tarojs/taro-h5 taro h5 运行时框架 @tarojs /taro-rn"">@tarojs/t...
  • FAQ Index

    806 2019-06-02 《Redux Document》
    Redux FAQ Table of Contents Redux FAQ Table of Contents General When should I learn Redux? When should I use Redux? Can Redux only be used with React? Do I need to have...
  • Design Decisions

    820 2019-06-02 《Redux Document》
    Redux FAQ: Design Decisions Table of Contents Design Decisions Why doesn't Redux pass the state and action to subscribers? Further Information Why doesn't Redux support using cl...
  • 自述

    Redux-saga 中文文档 开始 安装 使用示例 sagas.js main.js 文档 在浏览器中使用 umd 构建版本 从资源构建示例 计数器示例 counter-vanilla counter cancellable-counter 购物车示例 异步示例 真实项目示例(使用 webpack 的热重载) 贡献者 ...
  • Reducer 基础概念

    1748 2018-02-14 《Redux 中文文档》
    Reducer 基础概念 关于不可变(immutability)和突变(mutation)以及副作用 Redux Reducer 基础 纯函数和副作用 不可变数据的管理 范式化数据 Reducer 基础概念 就像 Reducers 中描述的一样,一个 Redux reducer 函数需要具备: 应该有类似 (previousState...
  • 其他

    1466 2018-03-15 《微信小程序大全》
    其他 Github 微信小程序-github GitHubFeed Redux 集成Redux实现的Todo list LeanCloud LeanTodo 其他 Github 微信小程序-github 微信小程序 — Github 功能: Trending 你 Star 过的 Repo 个人信息和你自己的 Repo...
  • 创建 Store

    1035 2018-02-14 《Redux 中文文档》
    Redux 常见问题:创建 Store 目录 创建 Store 可以创建多个 store 吗,应该这么做吗?能在组件中直接引用 store 并使用吗? 补充资料 在 store enhancer 中可以存在多个 middleware 链吗? 在 middleware 方法中,next 和 dispatch 之间区别是什么? 补充资料 怎样只订阅...