rxjs-store:使用RxJS的状态管理工具

时间:2024-04-16 11:30:20
【文件属性】:

文件名称:rxjs-store:使用RxJS的状态管理工具

文件大小:79KB

文件格式:ZIP

更新时间:2024-04-16 11:30:20

TypeScript

RxJS商店 使用RxJS的状态管理工具 该项目目前正在开发中。 用法: import { createRxjsStore } from 'rxjs-store' import { mapTo } from 'rxjs/operators' const initialState = { counter : 0 , pinging : false } const reducer = ( state = initialState , action ) => { switch ( action . type ) { case 'INCREMENT' : return { ... state , counter : state . counter + 1 } case 'DECREMENT' : return { ... state , c


【文件预览】:
rxjs-store-main
----.github()
--------workflows()
----.eslintrc.js(2KB)
----src()
--------index.ts(76B)
--------core()
--------types()
--------templates()
----tsconfig.json(548B)
----jest.config.js(463B)
----.gitignore(310B)
----readme.md(1KB)
----package-lock.json(267KB)
----tsconfig.paths.json(238B)
----package.json(1KB)

网友评论