rsnext/examples/with-loading/pages
Tomek e8c1eaec83 update with-loading example (#4836)
Changes:

* Split `Header` component trough `_document.js` and `_app.js`
* Attached Router events with a way described in the [documentation](https://github.com/zeit/next.js#router-events) (though in the documentation is says it should be `Router.events.on` while I managed to get it working only by `Router.router.events.on` and I had to place it inside `componentDidMount`)
2018-08-11 19:39:48 -07:00
..
_app.js update with-loading example (#4836) 2018-08-11 19:39:48 -07:00
_document.js update with-loading example (#4836) 2018-08-11 19:39:48 -07:00
about.js update with-loading example (#4836) 2018-08-11 19:39:48 -07:00
forever.js update with-loading example (#4836) 2018-08-11 19:39:48 -07:00
index.js update with-loading example (#4836) 2018-08-11 19:39:48 -07:00