File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -68,8 +68,8 @@ getInitialProps入参对象的属性如下:
68
68
- [x] 稳定性经过线上大规模应用验证,可提供性能优化方案
69
69
- [x] 支持tree shaking以及打包去重依赖,使得打包的bundle非常小,为同样复杂度的next.js项目的0.4倍
70
70
- [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的实现
73
73
- [ ] 配套[ TypeScript] ( https://github.com/ykfe/egg-react-ssr-typescript ) 版本的实现
74
74
- [ ] 配套serverless版本的实现
75
75
Original file line number Diff line number Diff line change 34
34
- 支持tree shaking以及打包去重依赖,使得打包的bundle非常小,为同样复杂度的next.js项目的0.4倍
35
35
- 支持csr/ssr自定义layout,无需通过path来手动区分
36
36
- 支持选择某个具体的组件在客户端还是服务端进行渲染
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的实现
37
39
38
40
### 开发中
39
41
You can’t perform that action at this time.
0 commit comments