I sometimes see people using a component, that has a styled component attached to it. But in addition, they pass in inline styles for that component as well. (So they use both inline/styled component for the same component). Is there a reason for this?
↧