You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/_posts/2014-08-03-community-roundup-21.md
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ React.renderComponent((
20
20
), document.body);
21
21
```
22
22
23
-
## Going big with React
23
+
## Going Big with React
24
24
25
25
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"
26
26
@@ -35,22 +35,22 @@ Areeb Malik, from Facebook, talks about his experience using React. "On paper, a
35
35
36
36
[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/)
37
37
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?
47
47
- Are components a better way to build an application?
48
48
- Can I build something complex with React?
49
49
50
50
51
51
## Referencing Dynamic Children
52
52
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).
0 commit comments