书栈网 · BookStack 本次搜索耗时 0.042 秒,为您找到 1245 个相关结果.
  • 示例:Todo List

    973 2018-02-14 《Redux 中文文档》
    示例: Todo 列表 入口文件 index.js 创建 Action actions/index.js Reducers reducers/todos.js reducers/visibilityFilter.js reducers/index.js 展示组件 components/Todo.js components/To...
  • 基础

    Why 安装运行 快速开始 二阶段消息例子 SAGA 例子 TCC 例子
  • Learn React

    Learn React Learning React: Mastering React: NOTES: Learn React Learning React: The Beginner’s Guide to ReactJS [read] React.js Introduction For People Who Know Just Eno...
  • Testing Web Frameworks

    Testing Web Frameworks React Vue.js AngularJS Angular MobX Redux Express.js GatsbyJS Hapi.js Next.js Testing Web Frameworks Jest is a universal testing platform, with ...
  • Testing Web Frameworks

    Testing Web Frameworks React Vue.js AngularJS Angular MobX Redux Express.js GatsbyJS Hapi.js Next.js Testing Web Frameworks Jest is a universal testing platform, with ...
  • CQRS

    CQRS Installation Commands Events Sagas Queries Setup Summary CQRS The flow of simple CRUD (Create, Read, Update and Delete) applications can be described using the fol...
  • Store

    612 2019-06-02 《Redux Document》
    Store Store Methods Store Methods getState() Returns dispatch(action) Arguments Returns Notes Example subscribe(listener) Arguments Returns Example replaceReducer(next...
  • Testing Web Frameworks

    Testing Web Frameworks React Vue.js AngularJS Angular MobX Redux Express.js GatsbyJS Hapi.js Next.js Testing Web Frameworks Jest is a universal testing platform, with ...
  • Testing Web Frameworks

    Vue.js AngularJS Angular MobX Redux Express.js GatsbyJS 虽然Jest可能被看做为React特定的测试运行工具,事实上,其是一个万能的测试平台,其有能力适应任何JavaScript库或框架。 在这一节,我们想要链接一些关于将Jest继承到其他流行JS库中的社区帖子和文章。 Vue.j...
  • React

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