Reactuta o acelerador renderize
import throttle from 'react-throttle-render'
const ThrottledComponent = throttle(50)(VeryBigRenderComponent)
Precious Porpoise
import throttle from 'react-throttle-render'
const ThrottledComponent = throttle(50)(VeryBigRenderComponent)