react action plug:一个React库用于组件之间的可插入动作接口 源码
React作用塞 一个React库,用于组件之间的可插拔动作接口。 动机 如果要在React中开发复杂的GUI屏幕,则可能要从多个组件中调用一个组件中的交互或动作。 该库提供了一个可在组件之间使用的动作插件。 特征 TypeScript支持 零依赖 安装 yarn add react-action-plug 用法 import React from 'react' ; import { createActionPlug } from 'react-action-plug' ; // Define action plug type MyActions = { increment ( n : number ) : void ; reset ( ) : void ; } ; const { Boundary , useActionHandlers , useActions } = cr
文件列表
react-action-plug-master.zip
(预估有个12文件)
react-action-plug-master
package.json
1KB
jest.config.js
923B
src
index.test.tsx
502B
index.tsx
2KB
tsconfig.json
374B
examples
counter.html
94B
tsconfig.json
372B
暂无评论