Fork me on GitHub
#re-frame
<
2018-04-29
>
Geoffrey Gaillard07:04:47

Is there a sane way to keep track of handlers and subscriptions usage ? I have a large re-frame app and it's very hard to keep my codebase clean. Features like listing unused handlers or having a dependency graph of handlers and subscriptions would be really handy.

👍 4
javi09:04:34

> Features like listing unused handlers or having a dependency graph of handlers and subscriptions would be really handy agreed, i have been looking into visualising this, but very early days.