Ever wonder what React does?
When we use React and JSX in our web applications, it's important to remember that we are "just" using an abstraction of the browser API methods.
In fact, JavaScript has a set of imperative methods that you can use to interact with the DOM, while Rea...
javascript-for-breakfast.com10 min read