We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1f74f6 commit e37f534Copy full SHA for e37f534
README.md
@@ -7,6 +7,15 @@
7
8

9
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
+
19
## 目录
20
#### § [技术栈](#feature)
21
#### § [快速开始](#getting-start)
0 commit comments