bradf83 / technology-patterns

A repository to hold markdown documentation of patterns for various technologies I explore
MIT License
1 stars 0 forks source link

Create a component to track location changes #2

Open bradf83 opened 4 years ago

bradf83 commented 4 years ago

I would like to see what routes my users are hitting and be able to track that information.

bradf83 commented 4 years ago

Created a partial implementation of the logger pattern here: Github Commit

Thinking maybe I will store the events in local storage. Max of 500 events and then built a chart with them?