All posts

Part 4 - ReactJS clone reconciliation - Detecting changed tags

Now it's time to step it up a little bit and add some intelligence to the rendering algoritm. Instead of blindly re-creating the DOM each time, it will become smarter and apply only the changes that are different

Part 3 - ReactJS clone reconciliation

Now it's time to step it up a little bit and add some intelligence to the rendering algoritm. Instead of blindly re-creating the DOM each time, it will become smarter and apply only the changes that are different

Part 1 - React and the virtual DOM

You'll be hearing a lot about DOM and Virtual DOM when talking about React. In this first part we figure out what these are and establish the first API and data structures we'll be coding against.

Learning React from inside out series intro

Learn React by building it! No matter if you're a seasoned developer or just begining join me in deeply learning and understanding React by building it from scratch.