parca
parca copied to clipboard
push query parameters down to components that actually use them
We refresh a number of components when an action in the UI is taken because the query parameters change triggering the top-level component that extracts the parameters and causes a re-render to all children (therefore everything).
From a UX perspective, this feels odd as things reload at unexpected moments.