Created
August 5, 2021 18:17
-
-
Save YajanaRao/cb1ed0c9c992b1424b7efda27fb35aa2 to your computer and use it in GitHub Desktop.
React Native Why Did You Render
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import React from 'react'; | |
if (process.env.NODE_ENV === 'development') { | |
const whyDidYouRender = require('@welldone-software/why-did-you-render'); | |
whyDidYouRender(React, { | |
trackAllPureComponents: true, | |
}); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment