Skip to content

Commit b2fbfd1

Browse files
committed
docs: 完善文档链接
1 parent cf0ff7c commit b2fbfd1

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ getInitialProps入参对象的属性如下:
6868
- [x] 稳定性经过线上大规模应用验证,可提供性能优化方案
6969
- [x] 支持tree shaking以及打包去重依赖,使得打包的bundle非常小,为同样复杂度的next.js项目的0.4倍
7070
- [x] 支持csr/ssr自定义layout,无需通过path来手动区分
71-
- [x] 配套结合antd的example的实现
72-
- [x] 配套结合react-loadable做路由分割的example的实现
71+
- [x] 配套结合[antd](https://github.com/ykfe/egg-react-ssr/tree/master/example/ssr-with-antd)的example的实现
72+
- [x] 配套结合[react-loadable](https://github.com/ykfe/egg-react-ssr/tree/master/example/ssr-with-loadable)做路由分割的example的实现
7373
- [ ] 配套[TypeScript](https://github.com/ykfe/egg-react-ssr-typescript)版本的实现
7474
- [ ] 配套serverless版本的实现
7575

docs/guide/README.md

+2
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@
3434
- 支持tree shaking以及打包去重依赖,使得打包的bundle非常小,为同样复杂度的next.js项目的0.4倍
3535
- 支持csr/ssr自定义layout,无需通过path来手动区分
3636
- 支持选择某个具体的组件在客户端还是服务端进行渲染
37+
- 配套结合[antd](https://github.com/ykfe/egg-react-ssr/tree/master/example/ssr-with-antd)的example的实现
38+
- 配套结合[react-loadable](https://github.com/ykfe/egg-react-ssr/tree/master/example/ssr-with-loadable)做路由分割的example的实现
3739

3840
### 开发中
3941

0 commit comments

Comments
 (0)