|
1 | 1 |   |
2 | 2 |
|
3 | | -React 全家桶的综合实践 |
| 3 | +该项目是对 React 技术栈以及前端工程化的相关实践。 |
4 | 4 |
|
5 | | -> 在该项目中对前端工程化、React 相关技术栈进行实践。最终的目的是沉淀出一套针对中后台开发相对完善的使用方案。 |
| 5 | +> 愿景:沉淀出一套针对中台系统的开发相对完善的使用方案。 |
6 | 6 |
|
7 | 7 | [效果展示](https://muyunyun.github.io/reactSPA),建议本地打开。 |
8 | 8 |
|
@@ -30,29 +30,29 @@ yarn deploy || npm run deploy |
30 | 30 |
|
31 | 31 | ### Tech Stack |
32 | 32 |
|
33 | | -- [x] 编译打包: Babel Webpack(4.x) |
34 | | -- [x] 热更新: webpack-dev-server |
35 | | -- [x] UI 库: React & React-Dom(16.5.x) |
36 | | -- [x] UI 组件: Antd(3.x) |
37 | | -- [x] 路由: react-router(4.x)、react-router-redux |
38 | | -- [x] 状态管理: redux |
39 | | -- [x] JS: ES6、ES7 |
40 | | -- [x] 样式: less |
41 | | -- [x] Ajax: Fetch |
42 | | -- [x] 跨域: CORS |
43 | | -- [x] 代码校验: Eslint(Airbnb 规范) |
44 | | -- [x] 网关:一个 ioc 模式的 [demo](https://github.com/MuYunyun/gateway) |
| 33 | +* 编译打包: Babel Webpack(4.x) |
| 34 | +* 热更新: webpack-dev-server |
| 35 | +* UI 库: React & React-Dom(16.5.x) |
| 36 | +* UI 组件: Antd(3.x), |
| 37 | +* 路由: react-router(4.x)、react-router-redux |
| 38 | +* 状态管理: redux |
| 39 | +* JS: ES6、ES7 |
| 40 | +* 样式: less |
| 41 | +* Ajax: Fetch |
| 42 | +* 跨域: CORS |
| 43 | +* 代码校验: Eslint(Airbnb 规范) |
| 44 | + |
| 45 | +- [ ] 网关: [demo](https://github.com/MuYunyun/gateway) |
45 | 46 | - [ ] Mock 数据: [mock 方案调研](https://github.com/MuYunyun/reactSPA/issues/55) |
| 47 | +- [ ] 封装整合适用于公司业务的中台 UI 库(基于 Antd) |
46 | 48 |
|
47 | | -### Articles |
48 | | - |
49 | | -优化实践: |
| 49 | +### Practice |
50 | 50 |
|
51 | 51 | * [react 性能优化实践](https://github.com/MuYunyun/reactSPA/issues/54) |
52 | 52 | * [压缩打包优化](https://github.com/MuYunyun/reactSPA/issues/53) |
53 | 53 | * [css 模块化](https://github.com/MuYunyun/reactSPA/issues/52) |
54 | 54 |
|
55 | | -其它: |
| 55 | +番外: |
56 | 56 |
|
57 | 57 | * [使用 React 全家桶搭建一个后台管理系统](http://muyunyun.cn/posts/9bfbdbf4/) |
58 | 58 | * [redux middleware 源码分析](http://muyunyun.cn/posts/7f9a92dc/) |
|
0 commit comments