ngrx-handlers:基于Handler映射的NgRx插件,用于生成动作和reducer

时间:2024-05-29 05:37:17
【文件属性】:

文件名称:ngrx-handlers:基于Handler映射的NgRx插件,用于生成动作和reducer

文件大小:190KB

文件格式:ZIP

更新时间:2024-05-29 05:37:17

redux angular ngrx juliette createslice

:joystick: NgRx处理程序 基于Handler映射的NgRx插件,用于生成动作和reducer :index_pointing_up: 为什么要使用NgRx处理程序? 因为手动编写操作类型很无聊 因为您不需要为简单功能编写太多代码 因为不再需要使用桶和import * as Actions 因为与其他类似的插件不同,NgRx处理程序使NgRx保持外观 :rocket: 入门 :wrench: 安装 NPM: npm install ngrx-handlers 纱线: yarn add ngrx-handlers :high_voltage: 用法 NgRx动作和减速器 // books-page.actions.ts export const enter = createAction ( '[Books Page] Enter' ) ; export const updateSearchTerm = createAction ( '[Books Page] U


【文件预览】:
ngrx-handlers-master
----.gitignore(556B)
----projects()
--------playground()
--------ngrx-handlers()
----.eslintrc(1KB)
----package.json(2KB)
----package-lock.json(669KB)
----.travis.yml(178B)
----jest.config.js(355B)
----LICENSE(1KB)
----tsconfig.spec.json(190B)
----tsconfig.json(746B)
----angular.json(4KB)
----README.md(5KB)
----.lintignore(45B)
----.prettierrc(178B)

网友评论