书栈网 · BookStack 本次搜索耗时 0.019 秒,为您找到 1243 个相关结果.
  • 类型

    Typings Typings 由于我们的项目和单元测试是用TypeScript编写的,我们需要类库定义,我们将使用(Chai和Jasmine)编写我们的测试。 在 angular2-redux-example 中,我们包含了来自@types 的这些类型定义。 如果你遵循 angular2-redux-example 的例子,并使用tests...
  • 了解 React

    学习 React 学习 React: 掌控 React: 说明: 学习 React 学习 React: ReactJS 初学指南 [文章] 对仅仅知道 jQuery 的人介绍 React.js [文章] 关于 React 你必须知道的 13 件事情 [文章] 教程: 介绍 React [文章] 对初学者来说,ReactJS 意味着...
  • 框架

    3331 2018-03-15 《微信小程序大全》
    框架 模块化框架 Labrador 功能点 相关文章 wepy 功能点 相关文章 其他 Weapp-boilerplate 功能点 StartKit 功能点 winv 功能点 基本原理 轻量级库 框架 模块化框架 Labrador Labrador 支持ES6/7的微信小程序组件化开发框架 ...
  • 介绍

    从零开始学 ReactJS(ReactJS 101) 相关连结(Links) 翻译版本(Translate) 目录(Table of Contents) 先备知识(Prior Knowledge) 关于作者(Author) 版权许可(License) 关键字(Keywords) 从零开始学 ReactJS(ReactJS 101) 一本...
  • 從零開始學 ReactJS(ReactJS 101)

    從零開始學 ReactJS(ReactJS 101) 相關連結(Links) 翻譯版本(Translate) 目錄(Table of Contents) 先備知識(Prior Knowledge) 關於作者(Author) 版權許可(License) 關鍵字(Keywords) 從零開始學 ReactJS(ReactJS 101) 一本...
  • Reducer 逻辑拆分

    727 2018-02-14 《Redux 中文文档》
    拆分 Reducer 逻辑 拆分 Reducer 逻辑 对于任何一个有意义的应用来说,将所有的更新逻辑都放入到单个 reducer 函数中都将会让程序变得不可维护。虽然说对于一个函数应该有多长没有准确的规定,但一般来讲,函数应该比较短,并且只做一件特定的事。因此,把很长的,同时负责很多事的代码拆分成容易理解的小片段是一个很好的编程方式。 因为 Re...
  • combineReducers

    551 2019-06-02 《Redux Document》
    combineReducers(reducers) Arguments Returns Notes Example reducers/todos.js reducers/counter.js reducers/index.js App.js Tips combineReducers(reducers) As your app gro...
  • Core Concepts

    688 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 ...
  • 事务管理

    事务管理 1. 概述 2. 事务管理列表 2.1 事务实例状态总览 2.2 按事务视图查看事务实例 2.3 按任务视图查看事务实例 3. 事务实例详情 4. 解锁任务 5. 重试任务 6. 强制失败 7. 更多操作 事务管理 1. 概述 事务管理是对组织层的事务实例进行管理。事务实例是实际运行的事务定义。一个事务定义可以有多个...