Max Stoiber

Results 289 comments of Max Stoiber

Go add it! 😁

It is totally based on my own opinions, no doubt about that! It's not as biased as it might look, as I made the comparison before `styled-components` was a thing....

This is so far out of date it's not even funny, I should probably add a warning to the readme

Fwiw, we're using Open Collective for [`react-boilerplate`](https://github.com/mxstbr/react-boilerplate) and the team behind it is amazing. They helped us out a bunch of times getting everything just the way we wanted it,...

This guy is a genius, he created http://reactboilerplate.com basically by himself! :clap: @webdesserts

Yes, very much so! We export a `ThemeProvider` that accepts an object theme! This will work perfectly: ``` JSX ``` Any component inside `App` now has access to the theme...

No worries! We (Jed is my boss) have been meaning to moving `react-select` over to `styled-components` for the past month, but have been too busy to do it. If you...

DangerJS does many of the things you want to do here already! https://github.com/danger/danger-js We use it over at `styled-components` to make our lives easier, see [here](https://github.com/styled-components/styled-components/pull/169) for how we implemented...