书栈网 · BookStack 本次搜索耗时 0.064 秒,为您找到 1245 个相关结果.
  • 排错

    978 2018-02-14 《Redux 中文文档》
    排错 dispatch action 后什么也没有发生 永远不要直接修改 reducer 的参数 不要忘记调用 dispatch(action) TodoActions.js AddTodo.js AddTodo.js 确保 mapStateToProps 是正确的 其它问题 排错 这里会列出常见的问题和对应的解决方案。虽然...
  • 测试复杂的Action

    测试复杂的 Actions 条件 Action 异步 Action 测试复杂的 Actions 当我们想测试异步或条件Actions创建者时,事情变得有点棘手。我们的目标仍然是相同的:确保 operations 发出我们期望的Actions。 条件 Action 考虑以下条件action(即,根据当前状态触发的操作): import ...
  • 中间件的洋葱模型

    1613 2018-09-06 《Redux 简明教程》
    中间件的洋葱模型 § Express 的中间件 § Redux 的中间件 (在线演示) § 总结 中间件的洋葱模型 原文(保持更新):https://github.com/kenberkeley/redux-simple-tutorial/blob/master/middleware-onion-model.md 本文是 Redux 进...
  • Updating Normalized Data

    3183 2019-06-02 《Redux Document》
    Managing Normalized Data Standard Approaches Simple Merging Slice Reducer Composition Other Approaches Task-Based Updates Redux-ORM Managing Normalized Data As mentioned ...
  • 子应用隔离

    695 2018-02-14 《Redux 中文文档》
    子应用隔离 子应用隔离 考虑一下这样的场景:有一个大应用(对应 <BigApp> 组件)包含了很多小的“子应用”(对应 SubApp 组件): import React , { Component } from 'react' import SubApp from './subapp' class B...
  • Reducing Boilerplate

    593 2019-06-02 《Redux Document》
    Reducing Boilerplate Actions Action Creators actionCreators.js AddTodo.js Generating Action Creators Async Action Creators actionCreators.js UserInfo.js actionCreators.js ...
  • Taro 组成

    NPM 包 描述 @tarojs/taro Taro 运行时框架 @tarojs/taro-h5 Taro H5 运行时框架 @tarojs/taro-rn Taro React Native 运行时框架 @tarojs/taro-weapp Taro 微信小程序运行时框架 @tarojs/taro-swan Taro 百度智能小程序运...
  • Store

    520 2019-06-02 《Redux Document》
    Store Dispatching Actions Source Code index.js Next Steps Store In the previous sections, we defined the actions that represent the facts about “what happened” and the red...
  • Introduction

    Handling UX variations for multiple brands and apps Vasa做的关于react组件复用的演讲 单功能原则 让组件保持简单 (KISS) 相关文章 Handling UX variations for multiple brands and apps Vasa做的关于react组件复用的演...
  • 用 React + Redux + Node(Isomorphic JavaScript)开发食谱分享网站

    用 React + Redux + Node(Isomorphic JavaScript)开发食谱分享网站 前言 需求规划 功能规划 使用技术 专案成果截图 环境安装与设定 动手实作 总结 延伸阅读 License 用 React + Redux + Node(Isomorphic JavaScript)开发食谱分享网站 前言...