реагировать дроссельную заслонку

import throttle from 'react-throttle-render'

const ThrottledComponent = throttle(50)(VeryBigRenderComponent)
Precious Porpoise