文件名称:storeon-substore:用于为Storeon创建功能子存储的实用程序
文件大小:102KB
文件格式:ZIP
更新时间:2024-03-04 19:58:20
state-management state storeon TypeScript
子商店 用于为创建功能子存储的实用程序。 它的大小为420 B(缩小并压缩),并使用来控制大小。 概述 该库的目标是提供一种创建功能子存储的简便方法,该功能允许在storeon事件处理程序中处理子状态(父状态的投影)并在get方法调用时返回子状态。 在使用中型应用程序时,您会注意到,必须在多个地方进行状态投影,例如: /** * @param { Store<{feature: {counter: number }}>} store */ export function featureCounterModule ( store ) { store . on ( '@init' , ( ) => ( { feature : { counter : 0 } } ) ) ; store . on ( '
【文件预览】:
storeon-substore-master
----.gitignore(91B)
----tsconfig.json(293B)
----README.md(6KB)
----CHANGELOG.md(2KB)
----LICENSE(1KB)
----package.json(3KB)
----index.spec.ts(14KB)
----index.ts(4KB)
----.npmignore(106B)
----.travis.yml(218B)
----package-lock.json(361KB)