Sean Matheson

Results 221 comments of Sean Matheson

Hey @Vincz! Yeah, there have been lots of discussions on this concept, specifically with @bkniffler who has even managed to create a working prototype. :) I am definitely open to...

Hey @sergiokopplin Yep, I have made a ton of progress, but it's still not quite where I need it to be. My conservative estimate is that I will have something...

An item to be added... > I have updated all branches to be inline with the latest release (10.2.0). We need a strategy for maintaining the quality of the branches,...

Thanks for looking into this @datoml :) I'll have a review of this soon. :)

Has someone got a full working implementation that they are willing to create a PR for?

@datoml I encourage you to try! Check out this cool egghead course: [How to Contribute to an Open Source Project on GitHub](https://egghead.io/courses/how-to-contribute-to-an-open-source-project-on-github)

FYI I have been using `styletron`, which has no problems with SSR and has a similar API to styled-components. In case this is blocking someones adoption, there are alternatives.

Totally see your guys points, I guess I prefer the object style as it opens up the Javascript as the API to modifying/merging styles: ```js const centeredButtonStyle = Object.assign( {},...

Check this out: https://github.com/RafalFilipek/styled-props :)