Improve campaigns render performance
Created by: eseliger
- Changing the location causes a global reload, so minimizing location updates to only places where it's necessary.
- Make simple, pure functional components be memoized to avoid re-renders when no props changed.
This brought down render times from 54ms to 8ms.