import throttle from 'react-throttle-render' const ThrottledComponent = throttle(50)(VeryBigRenderComponent)