React is a popular library for building user interfaces, well-known for encouraging the breakdown of code into components, as well as declarative rendering (especially in conjunction with ES6). What's less well-known is how it works under the hood. In this talk we'll go into the guts of React, how it actually works, what React Fiber is, why it was necessary, and how it affects React applications going forward.