Jul 28, 2017 · 1 min read
Sorry for writing such an arrogant response at first, I really appreciate articles like this.
I don’t understand why are you using float rule and percentage widths, when being able to use flex instead.
The thing is, nothing of this would apply on ReactNative, for example.
Also, flexbox is almost a standard right now, and I really don’t think using float is the way to create responsive UIs, as your article’s title describes (How to create responsive UI with styled-components). It may confuse new people entering react + styled-components world.