文件名称:ngrx-etc:NgRx的实用程序功能
文件大小:150KB
文件格式:ZIP
更新时间:2024-06-15 10:46:24
redux angular ngrx immer TypeScript
NgRx等 mutableOn 没有mutableOn函数,我们的entityReducer看起来会像这样。 const entityReducer = createReducer < { entities : Record < number> } > ( { entities : { } , } , on ( create , ( state , { type , ... entity } ) => ( { ... state , entities : { ... state . entities , [ entity . id ] : entity } } ) , on ( update , ( state , { id , newName } ) => {
【文件预览】:
ngrx-etc-master
----tsconfig.spec.json(217B)
----.gitattributes(35B)
----.eslintrc.js(947B)
----.prettierignore(27B)
----src()
--------index.ts(172B)
--------mutable-on()
--------mutable-reducer()
--------correlate()
----.circleci()
--------config.yml(1KB)
----tsconfig.json(605B)
----jest.config.js(42B)
----.prettierrc(107B)
----tslint.json(3B)
----README.md(3KB)
----.all-contributorsrc(766B)
----.npmrc(35B)
----tests()
--------mutable-on()
--------mutable-reducer()
--------correlate()
----.gitignore(509B)
----.eslintignore(27B)
----package-lock.json(686KB)
----package.json(2KB)