Philly ETE 2016 #30 – Jim Sproch – React.js Reconciliation

by
Tags: , , , ,
Category:

Abstract:

React is a library for building user interfaces. Developers specify how an application “should look”, and React automatically updates the page when the underlying data changes. React is able to do this through a process we call “Reconciliation”. In this talk, I’ll describe how reconciliation works within React, and how we use it to enhance both performance and user experience. In addition to being conceptually interesting, understanding the reconciliation process will allow you to better optimize your own applications.

About Jim:

Jim Sproch is a software engineer working on the React team at Facebook. His team supports React both internally at Facebook and externally on Github, including the design and development of the core framework. Prior to joining Facebook, Jim worked at Palantir developing counter terrorism software for various three-letter government organizations.