Throttle the number of rendering times.
npm install react-throttle-renderrender() is called. render().npm i --save react-throttle-renderjavascript
import throttle from 'react-throttle-render'const ThrottledComponent = throttle(50)(VeryBigRenderComponent)
`API
$3
- wait The number of milliseconds to throttle
- option The option for lodash.throttle
- component The source React component
- wrappedComponent` The throttled React component