React logo

React Internals Part Five: Transactions

In this final installment, we take a quick look at transactions and how they help React do its job.

React logo

React Internals Part Four: setState

Part four implements setState, an important function that drives much of what React does.

React logo

React Internals Part Three: Basic Updating

This part explores how React updates the DOM after props change.

React logo

React Internals Part Two: component­Will­Mount and component­Did­Mount

Today we are looking at how lifecycle methods in React work.

React logo

React Internals Part One: Basic Rendering

This article series creates a small clone of React to learn how it works. We kick things off with the most basic of rendering.