1
0
mirror of https://github.com/ascribe/onion.git synced 2024-11-15 01:25:17 +01:00

Add last bit of documentation

This commit is contained in:
Tim Daubenschütz 2015-10-12 09:24:18 +02:00
parent d86668e759
commit 6c34cb0377

View File

@ -86,6 +86,8 @@ class AppGateway {
// Send the applicationWillBoot event to the third-party stores // Send the applicationWillBoot event to the third-party stores
EventActions.applicationWillBoot(settings); EventActions.applicationWillBoot(settings);
// `history.listen` is called on every route change, which is perfect for
// us in that case.
history.listen(EventActions.routeDidChange); history.listen(EventActions.routeDidChange);
React.render(( React.render((