sockjs-middleware:用于SockJS的Redux中间件

时间:2024-06-04 00:36:17
【文件属性】:

文件名称:sockjs-middleware:用于SockJS的Redux中间件

文件大小:3KB

文件格式:ZIP

更新时间:2024-06-04 00:36:17

JavaScript

sockjs-中间件 安装 npm i --save https://github.com/rodique/sockjs-middleware.git 行动 export const updateBalance = data => ( { type : 'UPDATE_BALANCE' , payload : data . balance , } ) ; 减速器 const defaultState = { user : { balance : 0 } , } ; export default ( state = defaultState , action ) => { if ( action . type === 'UPDATE_BALANCE' ) { return { user : { balance : acti


【文件预览】:
sockjs-middleware-master
----.eslintrc.js(392B)
----README.md(1KB)
----dist()
--------index.js(1KB)
----.gitignore(13B)
----index.js(952B)
----package.json(728B)

网友评论