You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 26, 2018. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -174,3 +174,7 @@ These action creators are also available in one single object as `routerActions`
174
174
#### `routerMiddleware(history)`
175
175
176
176
A middleware you can apply to your Redux `store` to capture dispatched actions created by the action creators. It will redirect those actions to the provided `history` instance.
177
+
178
+
#### `LOCATION_CHANGE`
179
+
180
+
An action type that you can listen for in your reducers to be notified of route updates. Fires *after* any changes to history.
0 commit comments