
This week, as a precursor to learning React, I studied the virtual DOM and attempted to create my own virtual DOM using JavaScript objects. It was a great exercise to help me understand that React creates a virtual copy of the the browser’s Document Object Model (DOM) and uses this for manipulations before writing to the actual DOM, but I wasn’t entirely sure why is makes sense to do it this way. Continue reading
I just completed my first week of the Code
Today was my first day of the 



