Analyze Page Views with Redux
Permalink 1 minute read Published
How to track metrics using Google Analytics and Redux for React.
If you’re looking to measure page view events in your Redux app – even if you’re not using the de facto community routers – I found an approach which can be modified to emit analytics events to a number of different providers with relative ease using a single middleware integration.