igor goldny
1 min readMay 8, 2017

--

Hey, Awesome article!!! Just been working on something similar and i used this approach the only issue i found is what happens when you have the same React component on the page with different values.

<Component color=”black” /> ← this one will become red also
<Component color=”red” />

Btw i’m not using style for it coz i use media query in it…

--

--