Let's code a Virtual DOM!
How to create your own React (kind of...)
Apr 11, 20225 min read3.5K

Search for a command to run...
Series
The Series focused on creating React-like virtual DOM.
How to create your own React (kind of...)

Implement a Store with a reducer, actions and dispatch function

Learn how to keep virtual DOM in sync

Adding attributes, event listeners and styles to DOM
