Summary
In this chapter, we learned React up to an intermediate level by covering in depth its features and components, JSX, using it for server-side rendering, reconciliation, and so on. We also learned miscellaneous features such as mixins and refs. Now, you should have a basic understanding of how and when to integrate React into your websites.
In the next chapter, we will learn React in more depth by building an application that uses the Flux and SPA architectures.