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

    Data Flow Data Flow Data Flow只是一种应用架构的方式,比如数据如何存放,如何更改数据,如何通知数据更改等等,所以它不是 React提供的额外的什么新功能,可以看成是使用 React构建大型应用的一种最佳实践。 正因为它是这样一种概念,所以涌现了许多实现 ,这里主要关注两种实现: 官方的 Flux 更优雅的 Redu...
  • 状态管理

    状态管理 类 Flux 状态管理的官方实现 React 的开发者请参考以下信息 简单状态管理起步使用 状态管理 类 Flux 状态管理的官方实现 由于状态零散地分布在许多组件和组件之间的交互中,大型应用复杂度也经常逐渐增长。为了解决这个问题,Vue 提供 vuex (opens new window) :我们有受到 Elm 启发的状态管理库...
  • Page

    Page Page 一个页面内都有且仅有一个 Store Page 继承于 Component,所以它能配置所有 Component 的要素 Page 能配置 Middleware,用于对 Redux 做 AOP 管理 Page 必须配置一个初始化页面数据的初始化函数 initState 示例代码 /// Hello World c...
  • 国际化

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

    1331 2019-12-15 《Flutter by Example》
    Log In Flow Boiler Plate Auth Section Boiler Plate 1. Create a new file in the lib alongside main called app.dart. 2. Update Main File 3. Add HomeScreen 4. Add AuthScreen ...
  • State Management

    State Management Official Flux-Like Implementation Information for React Developers Simple State Management from Scratch State Management Official Flux-Like Implementation...
  • Reducers as State Management

    Reducers as State Management Simple Reducer Complex Reducer Reducers as State Management Reducers are a simple idea that turns out to be very powerful. With Redux, youreplay ...
  • Middleware

    Middleware Middleware The definition and signature of Middleware is consistent with the ReduxJS community. Sample Code Middleware < T > logMiddleware < T >({ String ta...
  • Middleware

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

    942 2019-06-08 《Fish Redux》
    Communication Mechanism Page internal communication Inter-page communication Refresh Mechanism 数据刷新 View refresh Communication Mechanism Page internal communication Com...