For anybody who is having trouble wrapping your head around JSX and how the Virtual DOM works, you should check out this quick read. https://jasonformat.com/wtf-is-jsx/   It will show you how to create your own JSX renderer and virtual DOM without any frameworks! It's not as hard or as magical as you may think. The virtual DOM is just a JSON object, and JSX is injected into a function by Babel. Pretty simple! See the Pen c0d238276b4b1b9c4ab48e56100f75cf?editors=0010 by osu
    • Like
    2