Skip to content

Commit 7f5de71

Browse files
committed
wordsmithing
1 parent 2d5122e commit 7f5de71

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

UPGRADE_GUIDE.md

+6-4
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,12 @@ it will be removed by `v1.0`
2626

2727
If you have dynamic segments and are depending on `getInitialState`,
2828
`componentWillMount`, or `componentDidMount` to fire between transitions
29-
to the same route--like `users/123` and `users/456`, then you have two
30-
options: add `addHandlerKey={true}` to your route and keep the previous
31-
behavior (but lose out on performance), or implement
32-
`componentWillReceiveProps`.
29+
to the same route--like `users/123` and `users/456`--then you have two
30+
options:
31+
32+
- add `addHandlerKey={true}` to your route and keep the previous
33+
behavior (but lose out on performance), or
34+
- implement `componentWillReceiveProps`.
3335

3436
```js
3537
// 0.5.x

0 commit comments

Comments
 (0)