Skip to content

hzgotb/fish-redux-docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

Plan

  • 整理每个库向外暴露的类,及其方法。
  • 整理一些浅而易懂的例子
  • 其它

长期目标: 补全下方目录,欢迎讨论。


Guide

使用

  • 介绍
  • 演变史
  • 通信机制
  • 其它
    • 兼容性
    • 更新日志
  • 入门
    • 安装
    • 写一个页面
    • 写一个组件
    • 复合组件
    • 写一个中间件
  • 进阶
    • Auto Dispose
    • Filter
    • Higher Effect
    • OnError
    • 面对对象写法
    • ShouldUpdate
    • WidgetWrapper

概念

  • 连接器(Connectors)
  • 组件(Components)
  • 适配器(Adapters)
  • 路由(Routes)
  • 中间件(middlewares)
  • 切面(AOP)
  • 页面 (Page)
  • 生命周期(Lifecycle)

其它

  • 和 Redux 的区别

redux redux_connector redux_component redux_adapter redux_routes redux_middleware redux_aop