I got frustrated following the React "Hello, World" and tutorial because of the implied magic. How does it actually work? Where does it fit into a html page? How do I run React locally?
The "Hello, World" has a 4 line example that does not actually work: this is the …