All posts
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
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
It's time to start implementing the React render method
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.
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.