文件名称:standard-redux-shape:一个有助于标准化Redux状态形状的库
文件大小:193KB
文件格式:ZIP
更新时间:2024-06-03 10:57:10
JavaScript
标准Redux形状 standard-redux-shape是一个很小的实用程序库,可帮助您管理优化的redux商店形状。 背景 在许多应用程序中,开发人员倾向于将redux存储区视为代表其视图的简单数据结构,例如,在一个简单的todo应用程序中,该存储区可能看起来像: store: { todoList : { pageNumber : 0 , pageSize : 10 , filters : { keyword : 'buy' , startDate : '2017-01-01' , endDate : '2017-06-30' , status : 'pending' } , todos : [ /*
【文件预览】:
standard-redux-shape-master
----.travis.yml(95B)
----settings.js(327B)
----package.json(2KB)
----tslint.json(49B)
----LICENSE(1KB)
----src()
--------interface.ts(2KB)
--------__tests__()
--------queries.ts(11KB)
--------entities.ts(7KB)
--------selectors.ts(3KB)
--------index.ts(150B)
----.eslintrc.js(79B)
----tsconfig.json(221B)
----.gitignore(903B)
----demo()
--------actions.js(705B)
--------api.js(441B)
--------store.js(370B)
--------App.js(4KB)
--------selectors.js(204B)
--------entries()
--------reducers.js(441B)
--------index.css(199B)
----.npmrc(43B)
----types()
--------vfile-message.d.ts(131B)
--------san-update.d.ts(115B)
----README.md(15KB)
----yarn.lock(564KB)