koot
koot copied to clipboard
Koot是基于React和Koa的WEB全栈技术解决方案。
Results
62
koot issues
Sort by
recently updated
recently updated
newest added
如果选择使用,`types/modules.d.ts` 里添加 ```typescript declare module 'redux' { interface Dispatch { (actionId: string, action: T): Promise; } } ```
https://reactjs.org/docs/react-api.html#reactpurecomponent
enhancement