Quantcast
Channel: CNode:Node.js专业中文社区
Viewing all articles
Browse latest Browse all 14821

Fluder:一个类redux的'轻'、'便'、'快'的单向数据流管理框架

$
0
0

Fluder

  • 基于Flux的单向数据流工具
    • 和Redux类似,没有框架限制/React、Vue完美使用,但比Redux API更简、比Redux更好理解[源码实现更清晰]

Build StatusCoverage Statusnpm vernpm dmLICENSE

  • 1、使用 npm 来安装 Fluder
npm install fluder
  • 2、运行Example
//Vue example
npm run exampleVue

//React example
npm run exampleReact
  • 3、构建
npm run build
  • 4、测试
npm run test
  • 5、调用[API]
import {
  storeCreate,//store
  actionCreate,//action
  applyMiddleware,//中间件
  actionStoreCreate//actionStore
} from 'fluder'

欢迎交流


Viewing all articles
Browse latest Browse all 14821

Trending Articles