Merge pull request #2969 from gsklee/patch-1

Update thinking-in-react.md
This commit is contained in:
Paul O’Shannessy 2015-02-04 15:22:37 -08:00
commit f2cd1a0591
1 changed files with 5 additions and 1 deletions

View File

@ -9,7 +9,11 @@ This was originally a [blog post](/react/blog/2013/11/05/thinking-in-react.html)
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. *Note if you can't see the embeded jsfiddles on this page make sure your browser is pointing to the `http` version of this page not `https`*
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.
> Note:
>
> If you can't see the embedded code snippets on this page, make sure you're NOT loading this page on `https`.
## Start with a mock