day8 / re-frame-10x

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

Store scroll position in component atom, rather than in app-db #185

Closed danielcompton closed 6 years ago

danielcompton commented 6 years ago

This avoids app-db churn and has the benefit of removing code and making this component more generic when we come to use it in other places.

mike-thompson-day8 commented 6 years ago

By default, I'd always prefer for all state to be in app-db. But I don't feel too strongly.