Skip to content
This repository was archived by the owner on May 8, 2025. It is now read-only.

Commit 758674b

Browse files
committed
feat: 完善ssr-with-ts example
1 parent a8ef2b3 commit 758674b

File tree

11 files changed

+19
-178
lines changed

11 files changed

+19
-178
lines changed

example/ssr-with-ts/.editorconfig

Lines changed: 0 additions & 17 deletions
This file was deleted.

example/ssr-with-ts/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@
1414
- [x] 支持tree shaking以及打包去重依赖,使得打包的bundle非常小,为同样复杂度的next.js项目的0.4倍
1515
- [x] 支持csr/ssr自定义layout,无需通过path来手动区分
1616
- [x] 抛弃传统模版引擎,拥抱 React 组件,使用JSX来作为模版
17-
- [ ] 配套[TypeScript](https://github.com/ykfe/egg-react-ssr-typescript)版本的实现
18-
- [ ] 配套serverless版本的实现
17+
- [x] 配套[TypeScript](https://github.com/ykfe/egg-react-ssr-typescript)版本的实现
18+
- [x] 配套serverless版本的实现

example/ssr-with-ts/build/env.js

Lines changed: 0 additions & 93 deletions
This file was deleted.

example/ssr-with-ts/build/jest/cssTransform.js

Lines changed: 0 additions & 14 deletions
This file was deleted.

example/ssr-with-ts/build/jest/fileTransform.js

Lines changed: 0 additions & 30 deletions
This file was deleted.

0 commit comments

Comments
 (0)