Skip to content

Commit e37f534

Browse files
Update README.md
1 parent a1f74f6 commit e37f534

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,15 @@
77

88
![redux-devtool](./public/redux-devtool.jpg)
99

10+
> #### 2017/8/6更新:
11+
> 今年3月发布的react-router v4相较之前的v2和v3完全重写了,遵循一切皆React组件的理念。本项目从v3升级到v4,重构了routes部分。本次升级关键点如下:
12+
> - 重写了Store对history的监听
13+
> - 取消了PlainRoute Object集中配置路由的写法,组件形式嵌套
14+
> - 取消了API IndexLink
15+
> - 新增动态加载高阶组件(AsncComponent),使用webpack v2 的`import()`代码分割
16+
> - `history.push('/')`替代`router.push('/')
17+
> - 新API `match`
18+
1019
## 目录
1120
#### § [技术栈](#feature)
1221
#### § [快速开始](#getting-start)

0 commit comments

Comments
 (0)