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

    Component Architecture Modifying AppComponent to become a smart component Modifying CounterComponent to become a presentation component Component Architecture Our previous Co...
  • 各事务模式

    Seata AT 模式 Seata TCC 模式 Seata Saga 模式 Seata XA 模式
  • compose

    686 2018-02-14 《Redux 中文文档》
    compose(...functions) 参数 返回值 示例 小贴士 compose(...functions) 从右到左来组合多个函数。 这是函数式编程中的方法,为了方便,被放到了 Redux 里。当需要把多个 store 增强器 依次执行的时候,需要用到它。 参数 (arguments): 需要合成的多个函数。预计每个函...
  • Core Concepts

    689 2019-06-02 《Redux Document》
    Core Concepts Core Concepts Imagine your app’s state is described as a plain object. For example, the state of a todo app might look like this: { todos : [{ text :...
  • Initializing State

    621 2019-06-02 《Redux Document》
    Initializing State Summary In Depth Single Simple Reducer Combined Reducers Recap Initializing State There are two main ways to initialize state for your application. The ...
  • 7. 博客、 视频及相关项目

    3000 2019-11-23 《MobX 5 中文文档》
    Awesome MobX Contribution Key materials Table of Contents Official Resources Community Development Tools FAQ Publications Books Videos Tutorials Articles / blogs explaini...
  • Redux

    1516 2018-03-15 《React 实战》
    Redux Redux
  • React

    React 安装create-react-app 创建新工程 运行工程 测试工程 生成生产环境的构建版本 创建一个组件 类型断言 :sunglasses:添加样式 使用Jest编写测试 添加state管理 state管理概述 设置actions 安装Redux 定义应用的状态 添加actions 添加reducer 创建容器 ...
  • React

    React 安装create-react-app 创建新工程 运行工程 测试工程 生成生产环境的构建版本 创建一个组件 类型断言 😎添加样式 使用Jest编写测试 添加state管理 state管理概述 设置actions 安装Redux 定义应用的状态 添加actions 添加reducer 创建容器 创建store 退...
  • React

    React 安装create-react-app 创建新工程 运行工程 测试工程 生成生产环境的构建版本 创建一个组件 类型断言 😎添加样式 使用Jest编写测试 添加state管理 state管理概述 设置actions 安装Redux 定义应用的状态 添加actions 添加reducer 创建容器 创建store 退...