What's the easiest way to integrate Aurelia routing and Redux states?
The main idea is to receive timelapse feature to simplify debugging process. By the default I miss the possibility to hook redux states changes inside the router.
In the direct solution (see below) the router may die when we make the timelapsing. App...