摆脱:简单的状态管理器

时间:2024-03-09 07:11:20
【文件属性】:

文件名称:摆脱:简单的状态管理器

文件大小:66KB

文件格式:ZIP

更新时间:2024-03-09 07:11:20

JavaScript

里多夫 简单的同构状态管理器 安装它 @ yarn add ridof 运行测试范围 @ cd node_modules/ridof @ yarn && yarn build && yarn cover 用它 建立店铺 const Ridof = require ( 'ridof' ) ; const initialState = { num : 1 , name : 'Federico' } // The reducer function // params holds all the values passed to dispatch but the type const reducer = ( oldState , action , params ) => { const newState = Object . assign ( { } , oldState


【文件预览】:
ridof-master
----.travis.yml(182B)
----.eslintrc(998B)
----package.json(1KB)
----dist()
--------index.js(3KB)
----.npmignore(116B)
----LICENSE.md(1KB)
----.gitignore(74B)
----CHANGELOG.md(50B)
----README.md(5KB)
----yarn.lock(114KB)
----.eslintignore(13B)
----source()
--------tagsManager.js(643B)
--------utils.js(224B)
--------index.js(1KB)
--------test()
--------clean.json(67B)
--------buildev.json(287B)
--------build.json(314B)
--------header.txt(356B)
--------LICENSE.md(1KB)
--------CHANGELOG.md(50B)
--------store.js(3KB)
--------README.md(5KB)
--------errors.js(371B)

网友评论