day8 / re-frame-10x

A debugging dashboard for re-frame. X-ray vision as tooling.
MIT License
632 stars 68 forks source link

Use component name as operation name for tracing #323

Closed p-himik closed 2 years ago

p-himik commented 2 years ago

The previous implementation is a remnant from the pre-0.10.0 Reagent time, when component-path existed. Now we only have component-name that doesn't use >, so the slow memoized function that creates memory leaks can be safely removed.

Fixes #322