Skip to content

Commit 80bff75

Browse files
committed
docs: adjust vision
1 parent 9a65b73 commit 80bff75

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

README.md

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
![Build Status](https://travis-ci.org/MuYunyun/reactSPA.svg?branch=master) ![LICENSE MIT](https://img.shields.io/npm/l/express.svg)
22

3-
React 全家桶的综合实践
3+
该项目是对 React 技术栈以及前端工程化的相关实践。
44

5-
> 在该项目中对前端工程化、React 相关技术栈进行实践。最终的目的是沉淀出一套针对中后台开发相对完善的使用方案
5+
> 愿景:沉淀出一套针对中台系统的开发相对完善的使用方案
66
77
[效果展示](https://muyunyun.github.io/reactSPA),建议本地打开。
88

@@ -30,29 +30,29 @@ yarn deploy || npm run deploy
3030

3131
### Tech Stack
3232

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)
4546
- [ ] Mock 数据: [mock 方案调研](https://github.com/MuYunyun/reactSPA/issues/55)
47+
- [ ] 封装整合适用于公司业务的中台 UI 库(基于 Antd)
4648

47-
### Articles
48-
49-
优化实践:
49+
### Practice
5050

5151
* [react 性能优化实践](https://github.com/MuYunyun/reactSPA/issues/54)
5252
* [压缩打包优化](https://github.com/MuYunyun/reactSPA/issues/53)
5353
* [css 模块化](https://github.com/MuYunyun/reactSPA/issues/52)
5454

55-
其它
55+
番外
5656

5757
* [使用 React 全家桶搭建一个后台管理系统](http://muyunyun.cn/posts/9bfbdbf4/)
5858
* [redux middleware 源码分析](http://muyunyun.cn/posts/7f9a92dc/)

0 commit comments

Comments
 (0)