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

更新方式 https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c Packages - [ ] Root - [ ] `create-koot-app` - [ ] `koot` - [ ] `koot-webpack` - [ ] `koot-cli` - [ ] `koot-electron` - [ ]...

overhaul

Server-Side Suspend `import { pipeToNodeWritable } from 'react-dom/server';` https://github.com/reactwg/react-18/discussions/22 https://reactjs.org/blog/2020/12/21/data-fetching-with-react-server-components.html https://yagmurcetintas.com/journal/whats-new-in-react-18

overhaul

想法 - 弃用 `pm2` - 使用 `node.js` 子进程机制 - 命令行窗口的 log 简洁化,仅输出必要信息、warning 和 error - 每次重新打包清空命令行窗口 - 首次启动遇到 error 停止进程 - 热更新时遇到 error 尽量保持进程 log 必要信息 - 打包进程 - 打包结果汇报:尺寸和时间...

overhaul

本身已按照 postcss 方式开发,但在 webpack 处理过程中,postcss 会被调用 2 次

enhancement
bundling process

- [ ] 添加案例:API 网络请求 - [ ] 添加案例:SSR 数据同构

module: https://github.com/SamVerschueren/listr ``` Building... > Client √ [1/3] zh-cn 2 warnings. 0 errors. … [2/3] en … [2/3] ja > Server … [1/3] Main file … [2/3] SSR DLL …...

enhancement

Workbox 特性 - [ ] TODO 其他 - [ ] `500` 时,返回已缓存的结果,上面添加 Banner 提示 500

enhancement
client-side