Skip to content

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

-17
This file was deleted.

example/ssr-with-ts/README.md

+2-2
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

-93
This file was deleted.

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

-14
This file was deleted.

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

-30
This file was deleted.

0 commit comments

Comments
 (0)