Skip to content

Commit ffef61e

Browse files
committed
english + casing + 02 -> 03
1 parent cd25fe1 commit ffef61e

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

docs/_posts/2014-08-02-community-roundup-21.md renamed to docs/_posts/2014-08-03-community-roundup-21.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ React.renderComponent((
2020
), document.body);
2121
```
2222

23-
## Going big with React
23+
## Going Big with React
2424

2525
Areeb Malik, from Facebook, talks about his experience using React. "On paper, all those JS frameworks look promising: clean implementations, quick code design, flawless execution. But what happens when you stress test Javascript? What happens when you throw 6 megabytes of code at it? In this talk, we'll investigate how React performs in a high stress situation, and how it has helped our team build safe code on a massive scale"
2626

@@ -35,22 +35,22 @@ Areeb Malik, from Facebook, talks about his experience using React. "On paper, a
3535

3636
[Craig McKeachie](http://www.funnyant.com/author/admin/) author of [Javascript Framework Guide](http://www.funnyant.com/javascript-framework-guide/) wrote an excellent news named ["What is React.js? Another Template Library?](http://www.funnyant.com/reactjs-what-is-it/)
3737

38-
- Is React a Template Library?
39-
- Is React Similar to Web Components?
40-
- Are the Virtual DOM and Shadow DOM the Same?
41-
- Can React be used with other JavaScript MVC Frameworks?
42-
- Who Uses React.js?
43-
- Is React a Premature Optimization if you aren’t Facebook or Instagram?
44-
- Can I Work with Designers?
45-
- Will React Hurt my Search Engine Optimization (SEO)?
46-
- Is React a Framework for Building Applications or a Library with One Feature?
38+
- Is React a template library?
39+
- Is React similar to Web Components?
40+
- Are the Virtual DOM and Shadow DOM the same?
41+
- Can React be used with other JavaScript MVC frameworks?
42+
- Who uses React?
43+
- Is React a premature optimization if you aren’t Facebook or Instagram?
44+
- Can I work with designers?
45+
- Will React hurt my search engine optimizations (SEO)?
46+
- Is React a framework for building applications or a library with one feature?
4747
- Are components a better way to build an application?
4848
- Can I build something complex with React?
4949

5050

5151
## Referencing Dynamic Children
5252

53-
While Matt Zabriskie was working on [react-tabs](https://www.npmjs.org/package/react-tabs) he discovered how to use React.Children.map and React.addons.cloneWithProps in order to [referencing dynamic children](http://www.mattzabriskie.com/blog/react-referencing-dynamic-children).
53+
While Matt Zabriskie was working on [react-tabs](https://www.npmjs.org/package/react-tabs) he discovered how to use React.Children.map and React.addons.cloneWithProps in order to [refere dynamic children](http://www.mattzabriskie.com/blog/react-referencing-dynamic-children).
5454

5555
```javascript
5656
var App = React.createClass({

0 commit comments

Comments
 (0)