facebookarchive / react-page

Easy Application Development with React JavaScript
Apache License 2.0
797 stars 72 forks source link

Add a utility "SiteStyles" that manage site-wide styles #24

Closed hedgerwang closed 11 years ago

hedgerwang commented 11 years ago

For now, developer is forced to put the links of his own component's CSS files inside and that approach does not seem scalable.

I created a simple utility "SiteStyles" that allows developer to register component's styles at individual component level programmatically.

hedgerwang commented 11 years ago

Per offline discussion with jordwalke, I will make another branch to merge.