Browse Source

Update 2014-09-12-community-round-up-22.md

main
Christopher Chedeau 11 years ago
parent
commit
892c9c5d50
  1. 4
      _posts/2014-09-12-community-round-up-22.md

4
_posts/2014-09-12-community-round-up-22.md

@ -51,9 +51,9 @@ var translated = (
<figure><a href="http://truongtx.me/2014/07/18/using-reactjs-with-browserify-and-gulp/"><img src="/react/img/blog/react-browserify-gulp.jpg" /></a></figure>
## IntegratedCSS
## React Style
After React put HTML inside of JavaScript, Sander Spies takes the same approach with CSS: [IntegratedCSS](https://github.com/SanderSpies/IntegratedCSS). It seems weird at first but this is the direction where React is heading.
After React put HTML inside of JavaScript, Sander Spies takes the same approach with CSS: [IntegratedCSS](https://github.com/SanderSpies/react-style). It seems weird at first but this is the direction where React is heading.
```javascript
var Button = React.createClass({

Loading…
Cancel
Save