Skip to content

Commit

Permalink
Merge pull request facebook#2357 from jimjea/patch-1
Browse files Browse the repository at this point in the history
Minor grammar change to Thinking in React
  • Loading branch information
zpao committed Oct 16, 2014
2 parents 4d06df3 + 43dbd29 commit 5263f61
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/_posts/2013-11-05-thinking-in-react.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: "Thinking in React"
author: Pete Hunt
---

React is, in my opinion, the premier way to build big, fast Web apps with JavaScript. It's scaled very well for us at Facebook and Instagram.
React is, in my opinion, the premier way to build big, fast Web apps with JavaScript. It has scaled very well for us at Facebook and Instagram.

One of the many great parts of React is how it makes you think about apps as you build them. In this post I'll walk you through the thought process of building a searchable product data table using React.

Expand Down
2 changes: 1 addition & 1 deletion docs/docs/thinking-in-react.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ next: videos.html

This was originally a [blog post](/react/blog/2013/11/05/thinking-in-react.html) from the [official React blog](/react/blog).

React is, in my opinion, the premier way to build big, fast Web apps with JavaScript. It's scaled very well for us at Facebook and Instagram.
React is, in my opinion, the premier way to build big, fast Web apps with JavaScript. It has scaled very well for us at Facebook and Instagram.

One of the many great parts of React is how it makes you think about apps as you build them. In this post I'll walk you through the thought process of building a searchable product data table using React.

Expand Down

0 comments on commit 5263f61

Please sign in to comment.