Skip to content

Latest commit

 

History

History
8 lines (4 loc) · 314 Bytes

File metadata and controls

8 lines (4 loc) · 314 Bytes

Rerenders

We use react-scan to detect components re-renders.

It is automatically enabled in localhost dev builds. To explicitly enable it when testing another env locally, go to src/index.ts, and change enabled to true.

For advanced usage, see react-scan docs.