书栈网 · BookStack 本次搜索耗时 0.015 秒,为您找到 919 个相关结果.
  • 基础

    1148 2018-02-14 《Redux 中文文档》
    基础 链接 基础 不要被各种关于 reducers, middleware, store 的演讲所蒙蔽 —— Redux 实际是非常简单的。如果你有 Flux 开发经验,用起来会非常习惯。没用过 Flux 也不怕,很容易! 下面的教程将会一步步教你开发简单的 Todo 应用。 链接 Action Reducer Store 数据流 ...
  • Page

    Page Page One and only one store in one page Page inherits from Component, so it can configure all the factors of Component. Page can configure Middleware for AOP management o...
  • Application

    Application Startup Template Introduction How to Start With? Specify the UI Framework Specify the Database Provider Specify the Mobile Application Framework Solution Structure...
  • 多媒体

    1457 2018-03-15 《微信小程序大全》
    多媒体 微信小程序-音乐播放器 仿Apple Music 多媒体 微信小程序-音乐播放器 音乐播放器 技术栈: redux + es7 +labrador 歌曲资源来源于 baidu音乐 基于 labrador ,使用 es2017 编码方式开发 仿Apple Music 微信小程序,仿Apple Music
  • Middleware

    613 2019-06-08 《Fish Redux》
    Middleware Middleware The definition and signature of Middleware is consistent with the ReduxJS community. Sample Code Middleware < T > logMiddleware < T >({ String tag...
  • 高级

    高级 链接 高级 这一部分,我们将深入探讨 redux-saga 提供的更强大的 Effect。 链接 监听未来的 action 无阻塞调用 同时执行多个任务 在多个 Effects 之间启动 race 通过 yield* 对 Sagas 进行排序 组合 Sagas 任务的取消 常见的并发模式 Sagas 测试示例 连接 ...
  • 国际化

    国际化 项目中国际化相关的组件设置: 获取当前国际化字符集对象 不需要国际化 封装 TODO 国际化 在/src/i18n 中进行国际化文件的编写,模块化方式。 项目中国际化相关的组件设置: 菜单:{local, text} local对应i18n.menu中的字段,text为国际化失败,默认显示; 页面标题(Tab标签):{loc...
  • Middleware

    Middleware Middleware 关于 Middleware 的定义、签名和 ReduxJS 社区是一致的。 示例代码 Middleware < T > logMiddleware < T >({ String tag = 'redux' , String Function ( T ) monitor...
  • Reducers and Pure Functions

    Review of Reducers and Pure Functions Review of Reducers and Pure Functions One of the core concepts of Redux is the reducer. A reducer is a function withthe signature (accumul...
  • NavModel

    NavModel interface main property node property NavModel interface Interface used to describe different kinds of page titles and page navigation. Navmodels are usually generate...