kyle-ssg / react-native-render-count

Keep track of how many times your components are rendering

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#Why? I've caught a lot of performance leaks in the past simply by putting this component on my page.

#Install npm i react-native-render-count --save

#Usage

    <RenderCount/>

About

Keep track of how many times your components are rendering


Languages

Language:JavaScript 100.0%