Articles in this series
How to create your own React (kind of...) · What is the DOM? DOM (Document Object Model) is a tree-like structure that holds information about how an...
Implement a Store with a reducer, actions and dispatch function · State management is a crucial feature of any modern application. Even though there are...
Learn how to keep virtual DOM in sync · In the last two instalments of this series, we've developed a virtual dom that changes every time the state is...
Adding attributes, event listeners and styles to DOM · This is the 4th part of the series where we build a virtual DOM from scratch. If you haven't...