koot icon indicating copy to clipboard operation
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

https://webpack.js.org/plugins/progress-plugin/

enhancement
bundling process

如果是 svg 文件:直接读取 如果是目录:拼接成 svg 图标包文件 模板渲染时自动注入图标包内容(如果内容过大,改为引用形式)

enhancement

需要对 javascript 代码进行 parse/解析,可参考 ESLint 的实现(`babel` 的解析器

overhaul

https://github.com/koajs/cluster

enhancement
server-side