React's Styling and CSS documentation attempts to answer the question Are inline styles bad? with a brief suggestion that "CSS classes are generally better for performance than inline styles". But no further explanation is offered.
Strictly from a performance perspective, and politely ignoring the obvious cost of shipping duplicate CSS declarations, how bad exactly are inline styles compared to CSS?