rsnext/examples/with-segment-analytics/pages
James Mulholland 9f08e48d72 With segment (#6060)
RE: https://github.com/zeit/next.js/issues/4587, this pull request improves the with-segment example.

Previously, only SSR page loads were tracked. This pull request adds manual page view logging via `Router.events.on('routeChangeComplete')` in `Page.js`.

There is also a minor bug fix on the textarea to remove a console error.
2019-01-18 20:40:23 +01:00
..
_app.js With segment (#6060) 2019-01-18 20:40:23 +01:00
_document.js With segment (#6060) 2019-01-18 20:40:23 +01:00
about.js With segment (#6060) 2019-01-18 20:40:23 +01:00
contact.js With segment (#6060) 2019-01-18 20:40:23 +01:00
index.js With segment (#6060) 2019-01-18 20:40:23 +01:00