书栈网 · BookStack 本次搜索耗时 0.025 秒,为您找到 1245 个相关结果.
  • applyMiddleware(...middlewares)

    821 2018-09-06 《Redux 简明教程》
    § applyMiddleware(…middlewares) ⊙ Middleware ⊙ Store Enhancer ⊙ 综合应用 ( [在线演示][jsbin] ) § applyMiddleware(…middlewares) Redux 中文文档 [高级 · Middleware][redux-middleware] 有提到中间件...
  • Learn State Management

    Learn State Management Learn State Management State management in JavaScript [read] Advanced State Management in React (feat. Redux and MobX) [watch][$] React js tutorial - ...
  • 实战教程

    1429 2019-03-15 《Yo 起步教程》
    在实际的项目中,你可能还需要 Redux 或者 Mobx 这样的数据流框架以及 React Router 这样的路由管理工具,Yo3 作为一个独立的 React UI 库,可以和任何已有的 React 工具搭配使用。 为了能够让路由能自由的在 SPA / 多页 下进行切换并提供统一的生命周期管理与数据传递方式,我们也参考 React Router 实现了...
  • DTM架构

    DTM架构 分布式事务过程 DTM架构图 跨语言特性 高可用 多进程同时轮询 术语 接口协议 HTTP gRPC 与XA DTP模型异同 小结 DTM架构 我们先简单介绍一个完整的分布式事务,大家了解了分布式事务的过程后,再详细介绍DTM的架构。 分布式事务过程 假设我们要进行一个跨行转账,A转给B30元,因为A、B不在同一个...
  • Middleware

    604 2019-06-02 《Redux Document》
    Middleware Understanding Middleware Problem: Logging Attempt #1: Logging Manually Attempt #2: Wrapping Dispatch Attempt #3: Monkeypatching Dispatch Problem: Crash Reporting At...
  • Discriminated Unions

    Discriminated Union Exhaustive Checks Switch strictNullChecks Redux Discriminated Union If you have a class with a literal member then you can use that property to discrim...
  • Lesson 41 动手实现 React-redux(六):React-redux 总结

    2067 2019-08-22 《React.js 小书》
    作者:胡子大哈 原文链接: http://huziketang.com/books/react/lesson41 转载请注明出处,保留原文链接和作者信息。(本文未审核) 到这里大家已经掌握了 React-redux 的基本用法和概念,并且自己动手实现了一个 React-redux,我们回顾一下这几节都干了什么事情。 React.js 除了...
  • 进化 Flux

    进化 Flux 什么是 pure function 进化 Flux 我们可以先通过对比 Redux 和 Flux 的实现来感受一下 Redux 带来的惊艳。 首先是 action creators,Flux 是直接在 action 里面调用 dispatch: export function addTodo ( text ) { ...
  • 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 ...