styled-components / comparison

Comparing different ways to style components
MIT License
183 stars 23 forks source link

Extract common files and configs #15

Closed mxstbr closed 7 years ago

mxstbr commented 7 years ago

This means all the files in the actual example folder are solely related to example. It only contains the config of webpack that diverges from the standard config, it only contains the dependencies that deverge from the standard dependencies. Other than that it just contains the actual app.

Those two things combined, only showing convergence from standard configs and dependencies and only having actual app code in there, makes for a much easier comparison between the methods of styling used.

mxstbr commented 7 years ago

Please review @MicheleBertoli @threepointone!

mxstbr commented 7 years ago

Merging this for now to get on with it! Feel free to open issues/PRs about stuff you don't like.