samdenty / console-feed

Captures console.log's into a React Component 🔥
https://stackblitz.com/~/github.com/samdenty/console-feed
MIT License
649 stars 106 forks source link

fix(performance): Add transformer lookup shortcut for common types #94

Closed tomhooijenga closed 2 years ago

tomhooijenga commented 2 years ago

A good chunk of time is spend trying to find the right transformer for an object. I added an easy lookup for objects that we have a transformer for.