书栈网 · BookStack 本次搜索耗时 0.022 秒,为您找到 919 个相关结果.
  • 先前技术

    1327 2018-02-14 《Redux 中文文档》
    先前技术 Flux Elm Immutable Baobab Rx 先前技术 Redux 是一个混合产物。它和一些设计模式及技术相似,但也有不同之处。让我们来探索一下这些相似与不同。 Flux Redux 可以被看作 Flux 的一种实现吗?是 ,也可以说 不是 。 (别担心,它得到了Flux 作者 的认可 ,如果你想确认。) ...
  • Configuring Your Store

    766 2019-06-02 《Redux Document》
    Configuring Your Store Creating the store Extending Redux functionality Install redux-thunk middleware/logger.js enhancers/monitorReducer.js Problems with this approach The ...
  • Immutable Data

    798 2019-06-02 《Redux Document》
    Redux FAQ: Immutable Data Table of Contents What are the benefits of immutability? Further information Why is immutability required by Redux? Further Information Why does Red...
  • Actions

    879 2019-06-02 《Redux Document》
    Redux FAQ: Actions Table of Contents Actions Why should type be a string, or at least serializable? Why should my action types be constants? Further information Is there always ...
  • 性能

    1520 2018-02-14 《Redux 中文文档》
    Redux 常见问题:性能 目录 性能 考虑到性能和架构, Redux “可扩展性” 如何? 补充资料 每个 action 都调用 “所有的 reducer” 会不会很慢? 补充资料 在 reducer 中必须对 state 进行深拷贝吗?拷贝 state 不会很慢吗? 补充资料 怎样减少 store 更新事件的数量? 补充资料 仅有 “一...
  • 状态管理参考

    状态 (State) 管理参考 总体概览 setState InheritedWidget & InheritedModel Provider & Scoped Model Redux BLoC / Rx MobX 状态 (State) 管理参考 状态管理是一个复杂的议题。你可能遇到此教程暂未解答的问题,或者与此教程结果不符的现象。 ...
  • Structuring Reducers: Intro

    748 2019-06-02 《Redux Document》
    Structuring Reducers Prerequisite Concepts for Writing Reducers Prerequisite Concepts Reducer Concepts and Techniques Structuring Reducers At its core, Redux is really a fai...
  • 代码结构

    1295 2018-02-14 《Redux 中文文档》
    Redux 常见问题:代码结构 目录 代码结构 文件结构应该是什么样?项目中该如何对 action 创建函数和 reducer 分组? selector 又该放在哪里? 补充资料 如何将逻辑在 reducer 和 action 创建函数之间划分? “业务逻辑” 应该放在哪里? 补充资料 Redux 常见问题:代码结构 目录 文件结构...
  • Store Setup

    749 2019-06-02 《Redux Document》
    Redux FAQ: Store Setup Table of Contents Store Setup Can or should I create multiple stores? Can I import my store directly, and use it in components myself? Further information ...
  • Prior Art

    982 2019-06-02 《Redux Document》
    Prior Art Flux Elm Immutable Baobab RxJS Prior Art Redux has a mixed heritage. It is similar to some patterns and technologies, but is also different from them in importan...