Latest 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