by Pete Hunt
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.
Start with a mock
Imagine that we already have a JSON API and a mock from our designer. Our designer apparently isn't very good becaus